aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | reduce number of StringsAkira Matsuda2012-06-061-1/+1
* | | | Make method name consistent with existing methodsAndrew White2012-06-062-4/+4
* | | | Fixed the application_controller require_dependency path generated by the app...Fred Wu2012-06-062-5/+6
* | | | 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
* | | Changed symbol platform to platforms for the commented out call to gem 'theru...Martin O'Connor2012-05-301-1/+1
|/ /
* / update Gemfile template to 1.9 hash syntaxFrancesco Rodriguez2012-05-291-1/+1
|/
* `name` should be public.Aaron Patterson2012-05-241-12/+12
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-231-2/+1
|\
| * Revert "Remove blank trailing comments"Vijay Dev2012-05-235-0/+18
| * Remove obsolete comment from generator gem methodAlexey Vakhov2012-05-221-2/+1
| * Remove blank trailing commentsHenrik Hodne2012-05-205-18/+0
* | Move root method at TOP of routes fileGaurish Sharma2012-05-221-3/+4
* | Use new hash syntax for generators gem methodAlexey Vakhov2012-05-222-2/+2
* | Use require_dependency in generated controllersPiotr Sarnacki2012-05-222-2/+2
* | Fix generators to help with ambiguous `ApplicationController` issuePiotr Sarnacki2012-05-203-0/+12
* | Merge pull request #3359 from mrreynolds/datamapper_naming_fixRafael Mendonça França2012-05-191-1/+1
|\ \ | |/ |/|
| * Fixed DataMapper namings in symbols and constants.Robert Glaser2011-10-181-1/+1
* | Remove delegated methods from generators test caseCarlos Antonio da Silva2012-05-191-1/+0
* | Revert changes related to `bundle install` fixes in `rails new`Piotr Sarnacki2012-05-171-10/+1
* | Merge pull request #6337 from bcardarella/patch-1Aaron Patterson2012-05-161-1/+1
|\ \
| * | Changing the indentation level of the block comment close for SASS Brian Cardarella2012-05-151-1/+1
* | | improve #6318Michal Papis2012-05-151-4/+5
|/ /
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-153-49/+0
|\ \
| * | Removing ==Examples and last blank lines of docs from railtiesFrancesco Rodriguez2012-05-143-49/+0
* | | prevent using already loaded Gemfile for 'bundle install', fix #6314Michal Papis2012-05-151-0/+8
* | | 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
* | | Remove remaining require 'rubygems'Santiago Pastorino2012-05-131-1/+1
* | | require "rubygems" is obsolete in Ruby 1.9.3Kornelius Kalnbach2012-05-133-4/+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
* | Use new hash syntax in generated GemfileOscar Del Ben2012-05-021-14/+14
* | 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
* | | Use :github option in Gemfile and make hashes consistentPiotr Sarnacki2012-05-011-8/+8
* | | Merge pull request #5530 from malclocke/add_option_to_skip_index.html_on_rail...José Valim2012-04-302-0/+8
|\ \ \
| * | | Added a generator option to remove the public/index.html file when generating...Ivan Vanderbyl2012-03-212-0/+8
* | | | Close #3886 - Add THEAD and TBODY to scaffold markuptwinturbo2012-04-291-16/+20
* | | | Use Rails::Queueing::Queue instead of Queue so people can build their own con...José Valim2012-04-282-2/+2