aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Expand path relative to __FILE__Jeremy Kemper2009-11-281-1/+1
* Fix the application.rb generatorCarl Lerche2009-11-251-1/+1
* Have script/* and Rakefile use the application objectCarlhuda2009-11-248-9/+13
* Refactor script/dbconsole into an objectCarlhuda2009-11-241-0/+1
* Quieter rake test runnerJoshua Peek2009-11-241-1/+0
* Refactor script/console into an object and use IRB.start instead of calling e...Carlhuda2009-11-231-0/+1
* Refactor script/server into an object that inherits from Rack::ServerCarlhuda2009-11-231-0/+1
* Revert "Final steps toward clean rails "foo"; cd foo; gem bundle; script/serv...Jeremy Kemper2009-11-195-7/+4
* Final steps toward clean rails "foo"; cd foo; gem bundle; script/server workingYehuda Katz + Carl Lerche2009-11-185-4/+7
* Fix generated performance test helper requiresJeremy Kemper2009-11-102-2/+2
* Contortions to work around brittle naming dependencyJeremy Kemper2009-11-091-27/+25
* Refactor generators a little bit.José Valim2009-11-0811-16/+4
* Update Rails Generators to use Thor 0.12.0.José Valim2009-11-081-0/+4
* Fix generators tests that expect a class nameJeremy Kemper2009-11-051-7/+10
* Configure generator when needed rather than during initializationJeremy Kemper2009-11-032-2/+4
* Pass config.generators options along when RAILS_GENERATORS is set and show --...José Valim2009-11-035-3/+15
* Improve Gemfile commentaryJeremy Kemper2009-11-031-9/+6
* Remove --freeze (since Rails will come bundled in all new apps) and update ge...José Valim2009-11-033-20/+51
* Ensure ActiveRecord is loaded on revoke/destroy.José Valim2009-11-031-0/+1
* Ensure that generators can be invoked from any directory.José Valim2009-11-021-0/+17
* CI breakageYehuda Katz2009-11-021-17/+0
* Generators should use Rails.root instead of Dir.pwd [#3408 status:resolved]José Valim2009-10-281-0/+17
* Simplify path expansionsJeremy Kemper2009-10-193-3/+3
* Merge commit 'josevalim/fixes'Jeremy Kemper2009-10-194-56/+19
|\
| * By default use ActiveModel API in controller generators, unless otherwise spe...José Valim2009-10-173-53/+16
| * Make app generatoor specs green once again.José Valim2009-10-171-3/+3
* | Check for environment.rbJeremy Kemper2009-10-191-1/+1
* | Check for bundler environment or 2.x-style vendor/rails + rubygemsJeremy Kemper2009-10-191-10/+8
* | Make sure boot.rb requires rubygems only when neededPratik Naik2009-10-191-7/+10
* | Remove some remnants of config.gemCarl Lerche2009-10-171-6/+0
|/
* Add stub for configuring your package managerJoshua Peek2009-10-164-16/+23
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-164-147/+23
* Rakefile doesn't need initializers to be ranJoshua Peek2009-10-161-1/+1
* Fix incorrect path in script/runner templateJoshua Peek2009-10-161-1/+1
* script/runner should require environmentJoshua Peek2009-10-161-1/+1
* script/performance/profiler should require environmentJoshua Peek2009-10-161-1/+1
* script/performance/benchmarker should require environmentJoshua Peek2009-10-161-1/+1
* script/generate should require environmentJoshua Peek2009-10-161-1/+1
* script/about should require environmentJoshua Peek2009-10-161-1/+1
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
* Use Rails.initialize! where we just want to run the initializers and aren't c...Joshua Peek2009-10-161-1/+1
* Rackup file should require environmentJoshua Peek2009-10-161-1/+1
* Get apps generated with working again.Carl Lerche2009-10-161-50/+43
* Ruby 1.9: qualify toplevel File reference since config.ru could be eval'd in ...Joshua Peek2009-10-161-1/+1
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-163-6/+3
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-1516-61/+66
* Add Gemfile to the rails application generatorYehuda Katz + Carl Lerche2009-10-142-0/+11
* Start moving the initializers into the application objectCarl Lerche2009-10-081-7/+6
* Don't need h in there now that XSS protection is on by defaultMichael Koziarski2009-10-082-2/+2
* Yank FCGI Handler from coreJoshua Peek2009-10-054-147/+0