| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "Add test to deprecation of Path#children" | Carlos Antonio da Silva | 2012-12-19 | 1 | -6/+0 |
* | update concerned tests | Francesco Rodriguez | 2012-12-18 | 1 | -0/+2 |
* | fix railties CHANGELOG [ci skip] | Francesco Rodriguez | 2012-12-18 | 1 | -2/+3 |
* | Revert "Merge pull request #7587 from elia/fix-too-eager-loading" | Rafael Mendonça França | 2012-12-18 | 3 | -17/+6 |
* | Fix changelog | David Heinemeier Hansson | 2012-12-18 | 1 | -3/+1 |
* | Merge | David Heinemeier Hansson | 2012-12-18 | 4 | -4/+13 |
|\ |
|
| * | Format routes as html on debug page | schneems | 2012-12-17 | 2 | -74/+5 |
| * | HTML formatting to Rails::InfoController#routes | schneems | 2012-12-17 | 4 | -4/+80 |
* | | Add app/models/concerns and app/controllers/concerns to the default directory... | David Heinemeier Hansson | 2012-12-18 | 3 | -0/+17 |
|/ |
|
* | Remove blank lines from generated Gemfile | Sam Ruby | 2012-12-15 | 1 | -2/+2 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-15 | 2 | -9/+2 |
|\ |
|
| * | copy editing [ci skip] | Vijay Dev | 2012-12-15 | 1 | -1/+1 |
| * | Revert "Add quotes to Numeric Passwords to force string(sqlserver)" | Vijay Dev | 2012-12-15 | 1 | -2/+0 |
| * | Revert "Add quotes to Numeric Passwords to force string(jdbcmysql)" | Vijay Dev | 2012-12-15 | 1 | -2/+0 |
| * | Revert "Add quotes to Numeric Passwords to force string(jdbcpostgresql)" | Vijay Dev | 2012-12-15 | 1 | -2/+0 |
| * | Revert "Add quotes to Numeric Passwords to force string(MySql)" | Vijay Dev | 2012-12-15 | 1 | -2/+0 |
| * | Revert "Add quotes to Numeric Passwords to force string(Postgres)" | Vijay Dev | 2012-12-15 | 1 | -2/+0 |
| * | Change method is default since rails 3.1 [ci skip] | Gaurish Sharma | 2012-12-14 | 1 | -8/+1 |
| * | Update railties/lib/rails/info_controller.rb | Richard Schneeman | 2012-12-10 | 1 | -1/+1 |
| * | Add quotes to Numeric Passwords to force string(sqlserver) | Gaurish Sharma | 2012-12-10 | 1 | -0/+2 |
| * | Add quotes to Numeric Passwords to force string(jdbcmysql) | Gaurish Sharma | 2012-12-10 | 1 | -0/+2 |
| * | Add quotes to Numeric Passwords to force string(jdbcpostgresql) | Gaurish Sharma | 2012-12-10 | 1 | -0/+2 |
| * | Add quotes to Numeric Passwords to force string(MySql) | Gaurish Sharma | 2012-12-10 | 1 | -0/+2 |
| * | Add quotes to Numeric Passwords to force string(Postgres) | Gaurish Sharma | 2012-12-10 | 1 | -0/+2 |
* | | Convert changelogs to 1.9 hash style and fix some formatting [ci skip] | Carlos Antonio da Silva | 2012-12-14 | 1 | -7/+8 |
* | | Revert "Fix failing test in railties" | Steve Klabnik | 2012-12-14 | 1 | -1/+2 |
* | | Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector" | Steve Klabnik | 2012-12-14 | 2 | -27/+2 |
* | | Clear url helper methods when routes are reloaded | Andrew White | 2012-12-14 | 1 | -0/+71 |
* | | Fix failing test in railties | Carlos Antonio da Silva | 2012-12-14 | 1 | -2/+1 |
* | | Merge pull request #8499 from schneems/schneems/html-route-inspector | Steve Klabnik | 2012-12-13 | 2 | -2/+27 |
|\ \ |
|
| * | | Output routes in :html format | schneems | 2012-12-12 | 2 | -2/+27 |
* | | | Merge pull request #8503 from siong1987/debugger-jruby | Carlos Antonio da Silva | 2012-12-13 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | don't include debugger gem if jruby is used since it doesn't work on jruby. | Teng Siong Ong | 2012-12-12 | 1 | -0/+2 |
| |/ / |
|
* / / | Fixed test names for generated_attribute_test.rb | Arun Agrawal | 2012-12-13 | 1 | -1/+1 |
|/ / |
|
* | | Explain how to supersede the new dynamic welcome page | George Claghorn | 2012-12-11 | 1 | -0/+2 |
* | | Merge pull request #8468 from schneems/schneems/rack-index-page | Santiago Pastorino | 2012-12-10 | 10 | -20/+52 |
|\ \ |
|
| * | | Use Rails to Render Default Index Page | schneems | 2012-12-10 | 10 | -20/+52 |
* | | | Make sure that no extra spaces are created with a non-polymorphic | Rafael Mendonça França | 2012-12-10 | 2 | -4/+8 |
* | | | Merge branch 'scaffold_fixes' | Rafael Mendonça França | 2012-12-10 | 10 | -22/+84 |
|\ \ \ |
|
| * | | | Ensure the scaffold tests will pass when using references attributes | Rafael Mendonça França | 2012-12-10 | 1 | -0/+10 |
| * | | | Add GeneratedAttribute#column_name to get the name of the column in the | Rafael Mendonça França | 2012-12-10 | 4 | -8/+19 |
| * | | | Extract a attributes_names method to avoid duplication | Rafael Mendonça França | 2012-12-10 | 4 | -22/+12 |
| * | | | Deal with polymorphic attributes correctly in the generators | Rafael Mendonça França | 2012-12-10 | 6 | -10/+41 |
| * | | | Make references and belongs_to attributes to generate the _id column in | Rafael Mendonça França | 2012-12-10 | 2 | -2/+7 |
| * | | | Put the reference and belongs_to attributes in the scaffold tests. | Rafael Mendonça França | 2012-12-10 | 3 | -12/+9 |
| * | | | Use the references and belongs_id ids in the scaffold_controller | Rafael Mendonça França | 2012-12-09 | 2 | -1/+10 |
| * | | | Add test case for scaffold_controller generator without attributes. | Rafael Mendonça França | 2012-12-09 | 1 | -0/+9 |
* | | | | Merge pull request #8472 from schneems/schneems/expand_path | Rafael Mendonça França | 2012-12-09 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Use `File.expand_path` instead of `File.join` | schneems | 2012-12-09 | 1 | -1/+1 |
* | | | | Revert "Omit directories from gemspec.files for RubyGems 2 compat." | Jeremy Kemper | 2012-12-09 | 1 | -1/+1 |
| |/ /
|/| | |
|