Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
awesim-cli
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gateways
awesim-cli
Commits
4a0b3c7e
Commit
4a0b3c7e
authored
9 years ago
by
Eric Franz
Browse files
Options
Downloads
Patches
Plain Diff
finish rename
parent
5fc96a5c
No related branches found
Branches containing commit
Tags
v0.10.1
Tags containing commit
1 merge request
!17
Integrate rails application template into CLI
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/awesim.rb
+1
-1
1 addition, 1 deletion
lib/awesim.rb
lib/awesim/cli.rb
+1
-1
1 addition, 1 deletion
lib/awesim/cli.rb
lib/awesim/rails.rb
+1
-1
1 addition, 1 deletion
lib/awesim/rails.rb
with
3 additions
and
3 deletions
lib/awesim.rb
+
1
−
1
View file @
4a0b3c7e
...
...
@@ -9,7 +9,7 @@ require "awesim/posix_acl"
require
"awesim/lint"
require
"awesim/permission"
require
"awesim/maintenance"
require
"awesim/rails
_app_creator
"
require
"awesim/rails"
require
"awesim/cli"
module
AweSim
...
...
This diff is collapsed.
Click to expand it.
lib/awesim/cli.rb
+
1
−
1
View file @
4a0b3c7e
...
...
@@ -136,6 +136,6 @@ module AweSim
subcommand
"permission"
,
Permission
desc
"rails new"
,
"create new app"
subcommand
"rails"
,
Rails
AppCreator
subcommand
"rails"
,
Rails
end
end
This diff is collapsed.
Click to expand it.
lib/awesim/rails.rb
+
1
−
1
View file @
4a0b3c7e
require
"thor"
module
AweSim
class
Rails
AppCreator
<
Thor
class
Rails
<
Thor
desc
"new"
,
"create a new app"
def
newapp
(
app_name
,
*
args
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment