Top Level Namespace
Defined Under Namespace
Modules: GoGo
Constant Summary collapse
- AUTOCOMPLETE_COMMANDS =
commands for tab-completion – feel free to add your own! thanks to bogojoker.com/readline/ and to github.com/ruby/ruby/blob/trunk/ext/readline/readline.c
['rake ', 'cucumber features/', 'rails ', 'rspec spec/'].sort
- RAKE_COMMANDS =
['db', 'db:migrate', 'db:test:prepare', 'db:rollback', 'routes', 'sunspot:reindex', 'sunspot:solr:start', 'sunspot:solr:start', 'sunspot:solr:stop', 'assets:clean', 'assets:precompile']