| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #8633 from mykola-kyryk/issue_8628 | Rafael Mendonça França | 2013-01-04 | 2 | -0/+18 |
|\ |
|
| * | This commit fixes issue #8628 | Mykola Kyryk | 2013-01-04 | 2 | -0/+18 |
* | | fix failing test broken in 15fb7889c5566ddade1d8f74f49bbbc1c0be6057 | Akira Matsuda | 2013-01-05 | 1 | -1/+1 |
|/ |
|
* | Set the default timezone after the initialization since the configuration | Rafael Mendonça França | 2013-01-04 | 1 | -1/+11 |
* | Merge pull request #8705 from amparo-luna/change_update_attributes_to_update | Guillermo Iguaran | 2013-01-03 | 2 | -3/+3 |
|\ |
|
| * | Updating default application templates to use update instead of update_attrib... | Amparo Luna + Guillermo Iguaran | 2013-01-03 | 2 | -3/+3 |
* | | test PATCH method for update action in generated scaffold controller test rat... | Akira Matsuda | 2013-01-03 | 2 | -4/+4 |
* | | Restore original remote_ip algorithm. | Andre Arko | 2013-01-02 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #8666 from mekishizufu/fix_lambdas | Santiago Pastorino | 2012-12-31 | 2 | -2/+2 |
|\ |
|
| * | Fix usage of lambda as a Rack endpoint | Jiri Pospisil | 2012-12-31 | 2 | -2/+2 |
* | | Add active_support/testing/autorun | Rafael Mendonça França | 2012-12-31 | 3 | -3/+4 |
* | | Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
|/ |
|
* | Revert "Install binstubs by default" | Jeremy Kemper | 2012-12-28 | 1 | -3/+3 |
* | Revert "Detect rbenv and update the shebang" | Jeremy Kemper | 2012-12-28 | 2 | -10/+0 |
* | Consistent use of single and double quotes | Rafael Mendonça França | 2012-12-26 | 1 | -10/+10 |
* | quote column names in generated fixture files | Yves Senn | 2012-12-26 | 1 | -3/+26 |
* | Merge pull request #8588 from marcandre/fix_reversible | Carlos Antonio da Silva | 2012-12-23 | 1 | -2/+2 |
|\ |
|
| * | Fixes for PR [#8267] | Marc-Andre Lafortune | 2012-12-22 | 1 | -2/+2 |
* | | Forgot to check in railties fixture for binstubs | Yehuda Katz | 2012-12-22 | 1 | -0/+0 |
* | | Add --no-html to scaffold generator | Yehuda Katz | 2012-12-22 | 2 | -0/+17 |
* | | Detect rbenv and update the shebang | Yehuda Katz | 2012-12-22 | 1 | -0/+10 |
* | | Install binstubs by default | Yehuda Katz | 2012-12-22 | 1 | -3/+3 |
|/ |
|
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 2 | -170/+0 |
* | Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (... | Andy Lindeman | 2012-12-21 | 1 | -0/+12 |
* | Migration generators use `change` even for destructive methods [#8267] | Marc-Andre Lafortune | 2012-12-21 | 1 | -31/+12 |
* | Simple replacement of variable name for consistency | Marc-Andre Lafortune | 2012-12-21 | 1 | -32/+32 |
* | 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 |
* | Revert "Merge pull request #7587 from elia/fix-too-eager-loading" | Rafael Mendonça França | 2012-12-18 | 1 | -3/+0 |
* | HTML formatting to Rails::InfoController#routes | schneems | 2012-12-17 | 1 | -1/+1 |
* | Revert "Fix failing test in railties" | Steve Klabnik | 2012-12-14 | 1 | -1/+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 |
* | Fixed test names for generated_attribute_test.rb | Arun Agrawal | 2012-12-13 | 1 | -1/+1 |
* | Merge pull request #8468 from schneems/schneems/rack-index-page | Santiago Pastorino | 2012-12-10 | 2 | -8/+36 |
|\ |
|
| * | Use Rails to Render Default Index Page | schneems | 2012-12-10 | 2 | -8/+36 |
* | | Make sure that no extra spaces are created with a non-polymorphic | Rafael Mendonça França | 2012-12-10 | 1 | -2/+2 |
* | | 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 | 1 | -2/+9 |
* | | Deal with polymorphic attributes correctly in the generators | Rafael Mendonça França | 2012-12-10 | 2 | -3/+17 |
* | | Make references and belongs_to attributes to generate the _id column in | Rafael Mendonça França | 2012-12-10 | 1 | -0/+5 |
* | | Put the reference and belongs_to attributes in the scaffold tests. | Rafael Mendonça França | 2012-12-10 | 2 | -6/+6 |
* | | Use the references and belongs_id ids in the scaffold_controller | Rafael Mendonça França | 2012-12-09 | 1 | -0/+9 |
* | | Add test case for scaffold_controller generator without attributes. | Rafael Mendonça França | 2012-12-09 | 1 | -0/+9 |
|/ |
|
* | Fix scaffold controller generator tests | Carlos Antonio da Silva | 2012-12-08 | 1 | -8/+6 |
* | fix scaffold controller generator tests | Francesco Rodriguez | 2012-12-07 | 1 | -16/+12 |
* | Revert "Invert precedence of content in ActionDispatch::Static" | Andrew White | 2012-12-07 | 1 | -23/+0 |
* | Stop shelling out more than necessary | Carlos Antonio da Silva | 2012-12-07 | 1 | -10/+10 |
* | Run rake tasks all at once in rake dbs test for a speed up | Carlos Antonio da Silva | 2012-12-06 | 1 | -12/+6 |
* | Invert precedence of content in ActionDispatch::Static | Andrew White | 2012-12-06 | 1 | -0/+23 |