Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Redirect using action hash instead of hardcoding full route | Carlos Antonio da Silva | 2013-01-05 | 1 | -1/+1 | |
* | | | | | | Change Rails Info controller to use the new table routes formatter | Carlos Antonio da Silva | 2013-01-05 | 2 | -5/+2 | |
* | | | | | | Action Pack changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-01-05 | 1 | -32/+35 | |
* | | | | | | Merge pull request #8658 from senny/8649_unify_routes_output_for_console_and_web | Carlos Antonio da Silva | 2013-01-05 | 7 | -37/+111 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | display mountable engine routes on RoutingError. | Yves Senn | 2013-01-05 | 4 | -11/+46 | |
| * | | | | | | split formatting concerns from RoutesInspector | Yves Senn | 2013-01-05 | 3 | -26/+65 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #8737 from tricknotes/info-page-style | Carlos Antonio da Silva | 2013-01-05 | 2 | -3/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't use layout when requested from xhr | Ryunosuke SATO | 2013-01-05 | 2 | -3/+4 | |
* | | | | | | | Merge pull request #8765 from mmb/join_table_usage | Carlos Antonio da Silva | 2013-01-05 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add join table migration generator to usage help. | Matthew M. Boedicker | 2013-01-04 | 1 | -0/+13 | |
| |/ / / / / / | ||||||
* | | | | | | | Remove warning "ambiguous first argument" | Carlos Antonio da Silva | 2013-01-05 | 1 | -1/+1 | |
* | | | | | | | Use better variable names for ltree tests, remove instance variable | Carlos Antonio da Silva | 2013-01-05 | 2 | -14/+12 | |
* | | | | | | | Rename the last occurrence of UnexpectedParameters | Rafael Mendonça França | 2013-01-05 | 1 | -2/+2 | |
* | | | | | | | Wrong copy and paste :bomb: | Rafael Mendonça França | 2013-01-05 | 1 | -1/+1 | |
* | | | | | | | Add documentation to raise_on_unpermitted_parameters option | Rafael Mendonça França | 2013-01-05 | 1 | -2/+17 | |
* | | | | | | | Rename the configuration to raise_on_unpermitted_parameters | Rafael Mendonça França | 2013-01-05 | 4 | -24/+26 | |
* | | | | | | | Ensure that raise_on_unexpected_params configuration will work | Rafael Mendonça França | 2013-01-05 | 2 | -9/+55 | |
* | | | | | | | Merge pull request #8752 from thomasfedb/master | Rafael Mendonça França | 2013-01-05 | 3 | -6/+64 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow developers to enable raising of exception when unexpected params are pr... | Thomas Drake-Brockman | 2013-01-05 | 3 | -6/+64 | |
* | | | | | | | | Revert "[#8743] Test case" | Rafael Mendonça França | 2013-01-05 | 1 | -5/+0 | |
* | | | | | | | | Don't use Rails.root since it is not available at this point | Rafael Mendonça França | 2013-01-05 | 2 | -2/+2 | |
* | | | | | | | | [#8743] Test case | Cédric FABIANSKI | 2013-01-05 | 1 | -0/+5 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Remove unnecessary begin..rescue..end, use only rescue | Carlos Antonio da Silva | 2013-01-04 | 1 | -7/+5 | |
* | | | | | | | Move class method to instance in dbconsole | Carlos Antonio da Silva | 2013-01-04 | 2 | -2/+3 | |
* | | | | | | | Move changelog entry in railties to the top | Carlos Antonio da Silva | 2013-01-04 | 3 | -13/+12 | |
* | | | | | | | Merge pull request #8762 from hsbt/fix-marshal_load | Aaron Patterson | 2013-01-04 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | added marshal_load and marshal_dump for ProxyTestResult. Behavior of method_m... | SHIBATA Hiroshi | 2013-01-05 | 1 | -2/+10 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8761 from mattdbridges/patch-3 | Guillermo Iguaran | 2013-01-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Small typo fix in railties/CHANGELOG.md | Matt Bridges | 2013-01-04 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8633 from mykola-kyryk/issue_8628 | Rafael Mendonça França | 2013-01-04 | 5 | -2/+44 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | This commit fixes issue #8628 | Mykola Kyryk | 2013-01-04 | 5 | -2/+44 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #8760 from amatsuda/railties_failing_tests_fix | Rafael Mendonça França | 2013-01-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix failing test broken in 15fb7889c5566ddade1d8f74f49bbbc1c0be6057 | Akira Matsuda | 2013-01-05 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #8722 from kwstannard/string_to_date_change | Andrew White | 2013-01-04 | 3 | -5/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Better error message for String#to_date | Kelly Stannard | 2013-01-04 | 3 | -5/+10 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #8755 from robworley/postgresql-ltree-data-type | Rafael Mendonça França | 2013-01-04 | 7 | -3/+77 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Support for PostgreSQL's ltree data type. | Rob Worley | 2013-01-04 | 7 | -3/+77 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8758 from amatsuda/plugin_new_error_message | Carlos Antonio da Silva | 2013-01-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | misleading error message that prompts non-existing command | Akira Matsuda | 2013-01-05 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8754 from amatsuda/app_generator_unused_empty_directories | Guillermo Iguaran | 2013-01-04 | 7 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | get rid of unused .empty_directory files in the app generator | Akira Matsuda | 2013-01-05 | 7 | -0/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Allow use of durations for ActionDispatch::SSL configuration | Andrew White | 2013-01-04 | 2 | -1/+8 | |
* | | | | | | | Merge pull request #8750 from tricknotes/remove-unnecessary-h | Carlos Antonio da Silva | 2013-01-04 | 7 | -17/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove unnecessary `ERB::Util::h` | Ryunosuke SATO | 2013-01-05 | 7 | -17/+17 | |
* | | | | | | | | Merge pull request #8747 from asanghi/wsfix | Carlos Antonio da Silva | 2013-01-04 | 2 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | removed dangling whitespace in generated database yml | Aditya Sanghi | 2013-01-04 | 2 | -4/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #8746 from tricknotes/remove-h-from-guides | Carlos Antonio da Silva | 2013-01-04 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | ERB::Util::h is no longer generated in scaffold | Ryunosuke SATO | 2013-01-05 | 2 | -6/+6 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8744 from tricknotes/suppress-warning | Rafael Mendonça França | 2013-01-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Suppress warning about IO#lines in Ruby 2.0 | Ryunosuke SATO | 2013-01-04 | 1 | -1/+1 | |
|/ / / / / / |