aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/console.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Rails.version. [#236 state:resolved]Ryan Bates2008-05-221-2/+2
* Ruby 1.9 compatibility. References #1689.Jeremy Kemper2007-12-171-3/+3
* Print Rails version when starting console (closes #7440) [eyematz]David Heinemeier Hansson2007-09-221-3/+3
* script/console quotes RAILS_ROOT in irb command line so it works with spaces ...Jeremy Kemper2007-04-091-1/+1
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-1/+1
* Added one-letter aliases for the three default environments to script/console...David Heinemeier Hansson2006-12-011-1/+8
* Remove opts.on { |options[:option_name] } style hash assignment. Closes #4440.Nicholas Seckar2006-06-281-2/+2
* Use --simple-prompt instead of --prompt-mode simple for console compatibility...David Heinemeier Hansson2006-04-011-1/+1
* Make all ActionView helpers available in the console for debugging purposes.Marcel Molina2006-03-211-0/+1
* Add 'app' accessor to script/console as an instance of Integration::SessionJamis Buck2006-03-011-0/+1
* Make help for the console command more explicit about how to specify the desi...Marcel Molina2005-11-211-0/+1
* script/console uses RAILS_ENV environment variable if present. Closes #2932.Jeremy Kemper2005-11-181-1/+1
* Clean up the act of commandsDavid Heinemeier Hansson2005-09-291-1/+1
* Removed all the scripts in script/* and replaced it with one generic portal: ...David Heinemeier Hansson2005-09-291-0/+22