aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12048 from tjouan/app_generator-bin_perms-umaskAaron Patterson2013-08-271-1/+1
* Merge pull request #10448 from arunagw/bug-fix-scaffold-generator-masterRafael Mendonça França2013-05-041-0/+2
* Use secure source in generated Gemfile for creating new plugin. Closes #10245Prathamesh Sonpatki2013-04-171-1/+1
* `name` should be public.Aaron Patterson2013-02-241-12/+12
* update directory tree in the generated READMEAkira Matsuda2013-01-041-8/+8
* backport #8616, quote column names in generated fixture filesYves Senn2012-12-262-2/+14
* backport #8262, require bundler groups to include rake-tasks in enginesYves Senn2012-11-191-1/+1
* backport #8139, `plugin new` adds dummy app tasks when necessary. …Yves Senn2012-11-152-2/+6
* Fixes issue #6251David Padilla2012-11-151-1/+1
* Merge pull request #6450 from iHiD/resource_generator_routes_masterRafael Mendonça França2012-10-011-4/+41
* We need to have 1-0-stable for joureny gem in edgeArun Agrawal2012-08-241-2/+2
* Use `:data => { :confirm => "Text" }` syntax instead of `:confirm` atRafael Mendonça França2012-08-021-1/+1
* Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op...Rafael Mendonça França2012-08-011-1/+1
* Merge pull request #7147 from pferdefleisch/scaffold_controller_docsRafael Mendonça França2012-07-311-4/+3
* Use strict_args_position! if available from ThorJosé Valim2012-06-181-0/+1
* Don't add sqlite3 to gemspec with -O on rails plugin newPiotr Sarnacki2012-06-081-0/+2
* We should not include engine.rake file into rakeArun Agrawal2012-06-081-1/+1
* Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-06-051-1/+1
* remove unneeded blank line from !namespeced? controller generatorsAkira Matsuda2012-06-012-2/+2
* Changed symbol platform to platforms for the commented out call to gem 'theru...Martin O'Connor2012-05-301-1/+1
* Use require_dependency in generated controllersPiotr Sarnacki2012-05-222-2/+2
* Fix generators to help with ambiguous `ApplicationController` issuePiotr Sarnacki2012-05-203-0/+12
* Changing the indentation level of the block comment close for SASS Brian Cardarella2012-05-151-1/+1
* Default escape_html_entities_in_json to true in new appsJosé Valim2012-05-141-2/+2
* Update railties/lib/rails/generators/rails/app/templates/config/application.rbEgor Homakov2012-05-141-0/+3
* Add hook for add_resource_routeSantiago Pastorino2012-04-182-7/+14
* Replace ruby-debug19 which doesnt work on 1.9.3 out of the box with a more ma...Aditya Sanghi2012-04-171-1/+1
* Fix code example in generator test casePrem Sichanugrist2012-04-121-2/+2
* Usage file in generators shouldn't be fetched only based on source_rootPiotr Sarnacki2012-04-021-4/+17
* Changed the config.assets.manifest to nil in the comments in the production c...Anuj Dutta2012-03-281-1/+1
* adding a branch to arelAaron Patterson2012-03-271-2/+2
* Rubyracer does not work on ruby, so add it to Gemfile with :ruby platform onlyPiotr Sarnacki2012-03-171-1/+1
* Check for existence of exactly the called `fixture_path=` methodPiotr Sarnacki2012-03-151-2/+2
* Use Ruby 1.8 hash syntaxRafael Mendonça França2012-03-131-1/+1
* Use the attributes hash explicitlyRafael Mendonça França2012-03-132-6/+18
* Do not use the attributes hash in the scaffold functional testsRafael Mendonça França2012-03-132-2/+11
* Fixed problem when fixture_path is not always defined (incidentally, only whe...Philip Arndt2012-03-131-1/+3
* Fixes issue #5193 using the instructions provided in the issue.Philip Arndt2012-03-131-0/+3
* Only add the whitelist_attributes option if ActiveRecord is presentRafael Mendonça França2012-03-041-1/+1
* Whitelist all attribute assignment by default.Michael Koziarski2012-03-051-1/+1
* --edge option should generate app with rails 3-2-stableGuillermo Iguaran2012-02-071-1/+1
* Add branch to sass-rails and coffee-rails for apps generated with --dev or --...Guillermo Iguaran2012-02-061-2/+2
* Fix GH #4749. Remove branch options, because edge is not 3-2-stable.kennyj2012-02-011-2/+2
* clarification to prevent confusing newbies; Passenger/Unicorn are app servers...Michael de Silva2012-01-311-1/+1
* Merge pull request #4601 from carlosantoniodasilva/patch-1José Valim2012-01-231-0/+1
|\
| * Add missing require to Array#wrap in generators action methodsCarlos Antonio da Silva2012-01-221-0/+1
* | Support decimal{1,2} and decimal{1-2} and decimal{1.2} so it works fine with ...José Valim2012-01-221-2/+2
|/
* Merge pull request #4451 from guilleiguaran/add-therubyracer-commentedJosé Valim2012-01-131-2/+14
* minor editsVijay Dev2012-01-132-2/+2
* Depend on coffee-rails 3.2.1Santiago Pastorino2012-01-051-1/+1