aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
* ruby 1.9 hash syntax for generated codeRichard Huang2012-06-235-12/+12
* use system tmpdir rather than our ownAaron Patterson2012-06-191-2/+10
* Change minimum (default) log level in PostgreSQL to warning.kennyj2012-06-182-4/+4
* Require thor 0.15.3 onwardsJosé Valim2012-06-181-0/+1
* 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
* | | 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