aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Explicit options should have precedence over railsrc on the `rails new`Rafael Mendonça França2012-12-241-2/+1
* remove duplication from Rails::Application docsHrvoje Šimić2012-12-241-2/+0
* 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-216-47/+2
* Revert "Make sure that RAILS_ENV is set when accessing Rails.env"Andy Lindeman2012-12-211-4/+1
* Integrate Journey into Action DispatchAndrew White2012-12-191-2/+0
* Revert "Merge pull request #7587 from elia/fix-too-eager-loading"Rafael Mendonça França2012-12-181-12/+6
* MergeDavid Heinemeier Hansson2012-12-182-3/+6
|\
| * Format routes as html on debug pageschneems2012-12-172-74/+5
| * HTML formatting to Rails::InfoController#routesschneems2012-12-172-3/+75
* | Add app/models/concerns and app/controllers/concerns to the default directory...David Heinemeier Hansson2012-12-182-0/+13
|/
* Remove blank lines from generated GemfileSam Ruby2012-12-151-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-12-152-9/+2
|\
| * 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
| * Update railties/lib/rails/info_controller.rbRichard Schneeman2012-12-101-1/+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
* | Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector"Steve Klabnik2012-12-142-27/+2
* | Merge pull request #8499 from schneems/schneems/html-route-inspectorSteve Klabnik2012-12-132-2/+27
|\ \
| * | Output routes in :html formatschneems2012-12-122-2/+27
* | | don't include debugger gem if jruby is used since it doesn't work on jruby.Teng Siong Ong2012-12-121-0/+2
|/ /
* | Explain how to supersede the new dynamic welcome pageGeorge Claghorn2012-12-111-0/+2
* | Merge pull request #8468 from schneems/schneems/rack-index-pageSantiago Pastorino2012-12-107-11/+11
|\ \
| * | Use Rails to Render Default Index Pageschneems2012-12-107-11/+11
* | | Make sure that no extra spaces are created with a non-polymorphicRafael Mendonça França2012-12-101-2/+6
* | | Merge branch 'scaffold_fixes'Rafael Mendonça França2012-12-105-14/+22
|\ \ \
| * | | 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
| |/ /
* | | Merge pull request #8472 from schneems/schneems/expand_pathRafael Mendonça França2012-12-091-1/+1
|\ \ \ | |/ / |/| |
| * | Use `File.expand_path` instead of `File.join`schneems2012-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
* | | Make code statistics rake task handle new test locations properlyGeorge Claghorn2012-12-091-1/+7