aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* consistently mention first patch, then putXavier Noria2012-02-241-2/+2
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-3/+0
* removes the reconnect key from the database.yml generated for MySQLXavier Noria2012-02-241-12/+0
* explains why reconnect is false by default in the database.yml generated for ...Xavier Noria2012-02-241-1/+10
* Use consistent whitespace for commented options.Felix Bünemann2012-02-231-1/+1
* Move config.autoflush_log to correct template.Felix Bünemann2012-02-232-3/+3
* Always default to flushing enabledFelix Bünemann2012-02-231-1/+1
* Advertise autoflush option in production templateFelix Bünemann2012-02-231-0/+3
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-222-2/+5
* Use https://rubygems.org source for default GemfileGuillermo Iguaran2012-02-011-1/+1
* Merge pull request #4825 from sikachu/master-fix-plugin-newJosé Valim2012-02-011-1/+1
|\
| * Fix broken test introduced from #4814Prem Sichanugrist2012-02-011-1/+1
* | Fix GH #4737. Missing helper file (LoadError) in mountable plugin.kennyj2012-02-021-1/+3
|/
* Remove ruby_debugger_gemfile_entry from app_base, we can just put ruby-debug1...Guillermo Iguaran2012-02-011-1/+1
* Only add ActiveRecord configuration if it is presentRafael Mendonça França2012-01-311-1/+1
* has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-291-0/+5
* Revert "Merge pull request #4690 from jdutil/filter_password_confirmation"José Valim2012-01-261-1/+1
* Add :password_confirmation as a filtered param by default.Jeff Dutil2012-01-261-1/+1
* Use `:rubygems` shortcut as standard Gemfile's `source` instead of explicit U...Andy Rossmeissl2012-01-251-1/+1
* use rack 1.4.1Sergey Nartimov2012-01-231-2/+0
* uniformizes the punctuation of comments in some files generated for new appsXavier Noria2012-01-224-42/+42
* use rack from master branchSergey Nartimov2012-01-161-0/+2
* minor editsVijay Dev2012-01-132-2/+2
* Add Gemfile entry when creating a plugin in application's directoryPiotr Sarnacki2012-01-071-0/+31
* Rails::Plugin has goneSantiago Pastorino2012-01-033-13/+2
* rename ruby-debug to ruby-debug19Vishnu Atrai2012-01-011-2/+2
* Tidy up migration types.José Valim2011-12-243-11/+17
* added ability to specify from cli when generating a model/migration whether p...Dmitrii Samoilov2011-12-242-2/+2
* remove AS whiny nil extension and deprecate config.whiny_nilsSergey Nartimov2011-12-222-6/+0
* Merge pull request #4063 from andrew/patch-1Piotr Sarnacki2011-12-201-1/+1
|\
| * Added Capistrano to the development group in GemfileAndrew Nesbitt2011-12-201-1/+1
* | Get rid of more 1.8.x dead codeJosé Valim2011-12-201-1/+0
|/
* Add db/*.sqlite3-journal to .gitignoreJo Liss2011-12-202-0/+2
* Add an invitation to use jbuilder, since we are not going to bundle it in 3.2David Heinemeier Hansson2011-12-191-0/+3
* Merge pull request #4009 from kirs/generate-rake-taskPiotr Sarnacki2011-12-173-0/+29
|\
| * Rake tasks generator with testKir2011-12-173-0/+29
* | Added .sass-cache/ directory to the genrated gitignore in engines.Steven Anderson2011-12-151-1/+2
* | commented whitelist mode enforcement for mass assignmentlest2011-12-131-0/+6
* | Use rubygems https endpoint for the Gemfile on new appsGuillermo Iguaran2011-12-121-1/+1
* | Skip assets options in environments files when --skip-sprockets is usedGuillermo Iguaran2011-12-112-0/+6
* | Add the .rdoc extension to the README that Rails generates for a new applicationSteve Richert2011-12-091-1/+1
* | implements automatic EXPLAIN logging for slow queriesXavier Noria2011-12-022-0/+10
|/
* avoid absolute path for the rails.png in index.htmlkennyj2011-11-271-1/+1
* Revert the serializers API as other alternatives are now also under discussionJosé Valim2011-11-254-58/+0
* Add a hook for serializers in the scaffold generator (off for now).José Valim2011-11-251-0/+1
* Add generators for serializers.José Valim2011-11-253-0/+57
* Merge pull request #3724 from marcandre/media_defaultYehuda Katz2011-11-222-2/+2
|\
| * Make explicit the default media when calling stylesheet_tag and change the de...Marc-Andre Lafortune2011-11-222-2/+2
* | fix warning about instance variable in plugin generatorlest2011-11-191-7/+7
* | fix rails plugin new CamelCasedName buglest2011-11-191-4/+16