aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix the documentation for root :to. It should use a fully qualified controlle...David Heinemeier Hansson2009-12-211-1/+1
| * Dont need to specify password_confirmation, that happens automaticallyDavid Heinemeier Hansson2009-12-211-1/+1
| * Replace reopening the class with App.configure as an alias to class_evalCarlhuda2009-12-213-3/+3
| * test.rb, dev.rb, and production.rb just reopen the Application class; no more...Carlhuda2009-12-216-75/+81
* | Update routes.rb template to use App nameJoshua Peek2009-12-213-5/+5
|/
* Its cookie_verifier_secretDavid Heinemeier Hansson2009-12-211-1/+1
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2009-12-212-11/+7
|\
| * Turn filter_parameter_logging on by default for password and password_confirm...David Heinemeier Hansson2009-12-201-5/+3
| * Show the new short-form in an exampleDavid Heinemeier Hansson2009-12-201-1/+1
| * Mark the wild controller route as legacy an comment it outDavid Heinemeier Hansson2009-12-201-5/+3
* | Added cookies.permanent, cookies.signed, and cookies.permanent.signed accesso...David Heinemeier Hansson2009-12-201-0/+7
|/
* Models with no attributes should just have empty hash fixtures [Sam] (Closes ...David Heinemeier Hansson2009-12-171-5/+9
* Added alert/notice from 2-3-stable and refactored redirect_to into just livin...David Heinemeier Hansson2009-12-172-5/+3
* Fixed old routing mapper example in generated routes.rbJoshua Peek2009-12-092-2/+2
* Scaffolding generates new routing dsl examplesJoshua Peek2009-12-093-22/+39
* Update vendored thor and ensure that content is completely modified before ch...José Valim2009-12-011-3/+3
* 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