aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Make log_level explicit in production.rb templateRodrigo Rosenfeld Rosas2012-04-161-2/+2
|/ / /
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-121-0/+3
|\ \ \
| * | | copy editing [ci skip]Vijay Dev2012-04-111-3/+2
| * | | Added instructions on port numberGaurish Sharma2012-04-091-0/+4
* | | | Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-054-5/+5
|/ / /
* | | clarification to prevent confusing newbies; Passenger/Unicorn are app servers...Michael de Silva2012-03-281-1/+1
* | | Changed the config.assets.manifest to nil in the comments in the production c...Anuj Dutta2012-03-281-1/+1
|/ /
* | Remove --http.José Valim2012-03-146-83/+4
* | Fix scaffold controller template, ensure rake scaffold test pass by defaultCarlos Antonio da Silva2012-03-141-2/+2
* | Do not generate app/views and sprockets entries on http appCarlos Antonio da Silva2012-03-141-0/+5
* | Generate special controller and functional test templates for http appsCarlos Antonio da Silva2012-03-143-2/+70
* | Rename http-only app generator option to httpCarlos Antonio da Silva2012-03-143-5/+5
* | Move http only option to AppGeneratorCarlos Antonio da Silva2012-03-141-0/+3
* | Generate middleware http_only! config when running http only app generatorCarlos Antonio da Silva2012-03-141-1/+10
* | Add http-only option to Rails app generatorCarlos Antonio da Silva2012-03-142-5/+5
* | Add ActionController::HTTPSantiago Pastorino2012-03-141-1/+1
* | Remove key_value helper now that master is 1.9 only and we always useRafael Mendonça França2012-03-134-14/+14
* | The sprockets railtie was moved to sprockets/rails/railtieGuillermo Iguaran2012-03-132-2/+2