aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* ruby 1.9 hash syntax for generated codeRichard Huang2012-06-235-12/+12
* Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-182-4/+4
* Merge pull request #6692 from schneems/schneems/something-went-wrongJosé Valim2012-06-102-0/+2
|\
| * add prompt to 404 & 500 pages to check logsschneems2012-06-092-0/+2
* | Merge pull request #6665 from schneems/schneems/raise-migration-errorJosé Valim2012-06-102-0/+5
|\ \ | |/ |/|
| * raise error for pending migration schneems2012-06-092-0/+5
* | Merge pull request #6681 from arunagw/plugin_gen_fixRafael Mendonça França2012-06-081-1/+1
|\ \
| * | We should not include engine.rake file into rakeArun Agrawal2012-06-081-1/+1
* | | Don't add sqlite3 to gemspec with -O on rails plugin newPiotr Sarnacki2012-06-081-0/+2
|/ /
* | Merge pull request #6597 from frodsan/am_include_root_to_falseRafael Mendonça França2012-06-071-4/+4
|\ \
| * | change AMS::JSON.include_root_in_json default value to falseFrancesco Rodriguez2012-06-061-4/+4
* | | Make method name consistent with existing methodsAndrew White2012-06-061-1/+1
* | | Fixed the application_controller require_dependency path generated by the app...Fred Wu2012-06-061-1/+1
* | | Fixed the Gemfile when gemspec is skipped in the 'rails plugin new' commandFred Wu2012-06-051-0/+15
|/ /
* / remove unneeded blank line from !namespeced? controller generatorsAkira Matsuda2012-06-012-2/+2
|/
* update Gemfile template to 1.9 hash syntaxFrancesco Rodriguez2012-05-291-1/+1
* `name` should be public.Aaron Patterson2012-05-241-12/+12
* Move root method at TOP of routes fileGaurish Sharma2012-05-221-3/+4
* Use new hash syntax for generators gem methodAlexey Vakhov2012-05-221-1/+1
* Use require_dependency in generated controllersPiotr Sarnacki2012-05-222-2/+2
* Fix generators to help with ambiguous `ApplicationController` issuePiotr Sarnacki2012-05-202-0/+8
* Changing the indentation level of the block comment close for SASS Brian Cardarella2012-05-151-1/+1
* Remove dates and environment variables from humans.txtJosé Valim2012-05-141-2/+0
* Since escape_html_entities_in_json was moved to 3-2-stable, make it true in A...José Valim2012-05-141-3/+0
* require "rubygems" is obsolete in Ruby 1.9.3Kornelius Kalnbach2012-05-132-3/+0
* Remove tailing spaces :scissors: [ci skip]Rafael Mendonça França2012-05-121-1/+1
* s/wether/whether [ci skip]Vijay Dev2012-05-121-1/+1
* Merge pull request #6277 from homakov/patch-6José Valim2012-05-121-0/+3
|\
| * Update railties/lib/rails/generators/rails/app/templates/config/application.rbEgor Homakov2012-05-121-0/+3
* | Add commas missing in performance testsGeoffrey Roguelon2012-05-121-1/+1
|/
* In robots.txt, User-agent should be all downcase except for the first 'U', ac...Enrico Carlesso2012-05-111-1/+1
* Fixes issue #6251David Padilla2012-05-101-1/+1
* add humans.txtPaul Campbell2012-05-081-0/+9
* Rakefile executable attributes and shebang lines has been removedRoman V. Babenko2012-05-022-2/+0
* Merge pull request #4345 from sunaku/patch-1Santiago Pastorino2012-05-011-1/+1
|\
| * gemspec assumes that user kept all generated files Suraj N. Kurapati2012-01-061-1/+1
* | Merge pull request #5530 from malclocke/add_option_to_skip_index.html_on_rail...José Valim2012-04-301-0/+5
|\ \
| * | Added a generator option to remove the public/index.html file when generating...Ivan Vanderbyl2012-03-211-0/+5
* | | Use Rails::Queueing::Queue instead of Queue so people can build their own con...José Valim2012-04-282-2/+2
* | | Initial queue implementationYehuda Katz2012-04-263-0/+10
* | | Remove blank line at the end of routes.rbJeremy Kemper2012-04-251-2/+1
* | | Merge pull request #5880 from asanghi/masterJeremy Kemper2012-04-252-3/+3
|\ \ \
| * | | and one more timeAditya Sanghi2012-04-241-2/+2
| * | | another attempt at the languageAditya Sanghi2012-04-181-2/+2
| * | | stamp out ruby-debug19 with extreme prejudice :)Aditya Sanghi2012-04-172-3/+3
* | | | Deleting insecure and "bad practice" code. related: http://homakov.blogspot.c...Egor Homakov2012-04-241-5/+2
* | | | Remove unused generator options. This was added for the removed rails new --httpSantiago Pastorino2012-04-182-6/+0
* | | | Add hook for add_resource_routeSantiago Pastorino2012-04-182-7/+14
|/ / /
* | | Merge pull request #5835 from asanghi/masterJeremy Kemper2012-04-161-1/+1
|\ \ \
| * | | Hey, let's just make it easier for everyone and dump the unmaintained ruby-de...Aditya Sanghi2012-04-141-1/+1