aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
...
* MergeDavid Heinemeier Hansson2010-01-035-35/+286
|\
| * Move all generators tests to use new test case syntax.José Valim2010-01-031-4/+19
| * Create Rails::Generators::TestCase.José Valim2010-01-032-1/+225
| * Assert for valid application names. [#3556 status:resolved]José Valim2010-01-031-2/+10
| * Use regexp in lookups instead of traversing namespaces. This removes the need...José Valim2010-01-031-28/+32
| * Doc fixYehuda Katz2010-01-021-1/+1
| * app_generator option should be skip_activerecord not no_activerecordSteve Agalloco2010-01-031-1/+1
* | Stop featuring ActiveSupport::TestCase.use_instantiated_fixtures and ActiveSu...David Heinemeier Hansson2010-01-031-25/+0
* | Describe intent, not implementationDavid Heinemeier Hansson2010-01-031-3/+2
* | Removed config/initializers/new_rails_defaults.rb as all frameworks now follo...David Heinemeier Hansson2010-01-031-9/+0
* | Changed the default ActiveSupport.use_standard_json_time_format from false to...David Heinemeier Hansson2010-01-031-11/+1
* | Time zoning should be turned on by default with UTCDavid Heinemeier Hansson2010-01-031-4/+3
* | This comment has been true of all helpers for a long timeDavid Heinemeier Hansson2010-01-031-1/+0
* | Remove self-evident comment about how subclasses workDavid Heinemeier Hansson2010-01-031-3/+0
* | Added that ActionController::Base now does helper :all instead of relying on ...David Heinemeier Hansson2010-01-031-1/+0
|/
* Some railties cleanup:Carl Lerche2009-12-311-8/+7
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-5/+4
* Add a /rails.rb for each framework for consistencyCarl Lerche2009-12-311-2/+4
* Fully remove config.frameworks in favor of requires in boot.rbCarl Lerche2009-12-312-8/+9
* Dont gitkeep things that are gitignoredDavid Heinemeier Hansson2009-12-311-1/+1
* Added .gitkeep to empty directories and --skip-git to skip gitignore/gitkeep ...David Heinemeier Hansson2009-12-311-6/+13
* Revert "Add default respond_to formats to ApplicationController."Jeremy Kemper2009-12-291-1/+0
* Add rails app --edge and rails app --devJosé Valim2009-12-292-8/+25
* Add default respond_to formats to ApplicationController.José Valim2009-12-291-0/+1
* Added default .gitignore (this is just recognizing Git market share, don't th...David Heinemeier Hansson2009-12-272-0/+4
* script/server should init Rails by loading config.ruJoshua Peek2009-12-261-2/+4
* The new routes shortform now also works for :asDavid Heinemeier Hansson2009-12-241-1/+1
* Shift more responsibility from application class to its singleton instance. T...Jeremy Kemper2009-12-234-4/+4
* Merge branch 'master' of github.com:rails/railsJoshua Peek2009-12-2110-108/+116
|\
| * Blog -> Blog::Application. Leave the toplevel module up for grabs.Jeremy Kemper2009-12-212-31/+33
| * 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