aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "Install binstubs by default"Jeremy Kemper2012-12-281-1/+1
* | Revert "Detect rbenv and update the shebang"Jeremy Kemper2012-12-281-8/+1
* | Consistent punctuation for @jaroslawr :bowtie:Jeremy Kemper2012-12-271-1/+1
* | Merge pull request #8616 from senny/8612_respect_yaml_keywordsRafael Mendonça França2012-12-262-4/+16
|\ \
| * | quote column names in generated fixture filesYves Senn2012-12-262-4/+16
* | | Revert "Ignore /bin on new apps" -- given the move to default binstubs, we wa...David Heinemeier Hansson2012-12-261-4/+3
|/ /
* | Fix spacing regression in scaffold generatorYehuda Katz2012-12-221-1/+3
* | Fix syntax error in controller templateGuillermo Iguaran2012-12-221-4/+12
* | Ignore /bin on new appsJosé Valim2012-12-221-3/+4
* | Add --no-html to scaffold generatorYehuda Katz2012-12-223-8/+37
* | Detect rbenv and update the shebangYehuda Katz2012-12-221-1/+8
* | Install binstubs by defaultYehuda Katz2012-12-221-1/+1
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-212-7/+0
* | Integrate Journey into Action DispatchAndrew White2012-12-191-2/+0
* | Add app/models/concerns and app/controllers/concerns to the default directory...David Heinemeier Hansson2012-12-181-0/+4
* | Remove blank lines from generated GemfileSam Ruby2012-12-151-2/+2
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-151-8/+1
|\ \
| * | copy editing [ci skip]Vijay Dev2012-12-151-1/+1
| * | Revert "Add quotes to Numeric Passwords to force string(sqlserver)"Vijay Dev2012-12-151-2/+0
| * | Revert "Add quotes to Numeric Passwords to force string(jdbcmysql)"Vijay Dev2012-12-151-2/+0
| * | Revert "Add quotes to Numeric Passwords to force string(jdbcpostgresql)"Vijay Dev2012-12-151-2/+0
| * | Revert "Add quotes to Numeric Passwords to force string(MySql)"Vijay Dev2012-12-151-2/+0
| * | Revert "Add quotes to Numeric Passwords to force string(Postgres)"Vijay Dev2012-12-151-2/+0
| * | Change method is default since rails 3.1 [ci skip]Gaurish Sharma2012-12-141-8/+1
| * | Add quotes to Numeric Passwords to force string(sqlserver)Gaurish Sharma2012-12-101-0/+2
| * | Add quotes to Numeric Passwords to force string(jdbcmysql)Gaurish Sharma2012-12-101-0/+2
| * | Add quotes to Numeric Passwords to force string(jdbcpostgresql)Gaurish Sharma2012-12-101-0/+2
| * | Add quotes to Numeric Passwords to force string(MySql)Gaurish Sharma2012-12-101-0/+2
| * | Add quotes to Numeric Passwords to force string(Postgres)Gaurish Sharma2012-12-101-0/+2
* | | don't include debugger gem if jruby is used since it doesn't work on jruby.Teng Siong Ong2012-12-121-0/+2
* | | Merge pull request #8468 from schneems/schneems/rack-index-pageSantiago Pastorino2012-12-104-250/+1
|\ \ \
| * | | Use Rails to Render Default Index Pageschneems2012-12-104-250/+1
* | | | Make sure that no extra spaces are created with a non-polymorphicRafael Mendonça França2012-12-101-2/+6
* | | | Add GeneratedAttribute#column_name to get the name of the column in theRafael Mendonça França2012-12-103-6/+10
* | | | Extract a attributes_names method to avoid duplicationRafael Mendonça França2012-12-104-22/+12
* | | | Deal with polymorphic attributes correctly in the generatorsRafael Mendonça França2012-12-104-7/+24
* | | | Make references and belongs_to attributes to generate the _id column inRafael Mendonça França2012-12-101-2/+2
* | | | Put the reference and belongs_to attributes in the scaffold tests.Rafael Mendonça França2012-12-101-6/+3
* | | | Use the references and belongs_id ids in the scaffold_controllerRafael Mendonça França2012-12-091-1/+1
|/ / /
* | | Remove the spaces after the open bracket and before the close bracket.Rafael Mendonça França2012-12-091-1/+1
* | | Fix method assertion ensuring it will match "end" with the same indentationCarlos Antonio da Silva2012-12-081-2/+2
|/ /
* | Merge pull request #8461 from frodsan/fix_assert_method_generatorsCarlos Antonio da Silva2012-12-081-1/+1
|\ \
| * | Fix #assert_instance_method to also assert indented methodsFrancesco Rodriguez2012-12-081-1/+1
* | | use :only instead of :except callback option in the controller templateFrancesco Rodriguez2012-12-071-3/+2
|/ /
* | Let the scaffold example use the "set shared record" pattern to explain callb...David Heinemeier Hansson2012-12-071-6/+7
* | Revert turbolinks load order requirementNick Reed2012-12-051-3/+1
* | Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* | Track the default application.css/js files for turbolinks as per version 0.6.0David Heinemeier Hansson2012-12-041-2/+2
* | Locate `=require turbolinks` at the bottom of application.jsYasuharu Ozaki2012-12-041-1/+3
* | Quote ~ in git config global excludes command.Matthew M. Boedicker2012-12-011-1/+1