Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactoring to_sym of Symbol in preload | Angelo capilleri | 2013-01-02 | 1 | -1/+3 |
| | |||||
* | Merge pull request #8682 from amatsuda/rm_as_frozen_object_error | Guillermo Iguaran | 2013-01-01 | 7 | -12/+4 |
|\ | | | | | remove meaningless AS::FrozenObjectError | ||||
| * | remove meaningless AS::FrozenObjectError | Akira Matsuda | 2013-01-02 | 7 | -12/+4 |
| | | |||||
* | | Standardize the use of current_adapter? | Rafael Mendonça França | 2013-01-01 | 9 | -19/+19 |
| | | |||||
* | | Merge pull request #8678 from yahonda/remove_column_oracle | Rafael Mendonça França | 2013-01-01 | 1 | -2/+3 |
|\ \ | | | | | | | Address a failure test_remove_column_with_multi_column_index with Oracle | ||||
| * | | Address a failure test_remove_column_with_multi_column_index with Oracle ↵ | Yasuo Honda | 2013-01-02 | 1 | -2/+3 |
| |/ | | | | | | | | | | | | | database Not only PostgreSQL, Oracle database adapter drops the multi-column index if any of the indexed columns dropped by remove_column. | ||||
* | | Merge pull request #8677 from amatsuda/unused_scope_in_test_models | Rafael Mendonça França | 2013-01-01 | 1 | -2/+0 |
|\ \ | |/ |/| | unused scope in AR test model | ||||
| * | unused scope | Akira Matsuda | 2013-01-02 | 1 | -2/+0 |
|/ | |||||
* | Add entry in Releases Notes about changes in exceptions page | Guillermo Iguaran | 2013-01-01 | 1 | -0/+2 |
| | |||||
* | Add CHANGELOG entry for changes in exception pages | Guillermo Iguaran | 2013-01-01 | 1 | -0/+6 |
| | |||||
* | update rake tasks output [ci skip] | Vijay Dev | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | fix alignment in rails info properties page [ci skip] | Vijay Dev | 2013-01-01 | 1 | -0/+2 |
| | |||||
* | Merge pull request #8676 from mekishizufu/skip_bundle_alias | José Valim | 2013-01-01 | 1 | -1/+1 |
|\ | | | | | Add -B alias for --skip-bundle | ||||
| * | Add -B alias for --skip-bundle | Jiri Pospisil | 2013-01-01 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #8675 from goshakkk/cleanup | José Valim | 2013-01-01 | 1 | -1/+1 |
|\ | | | | | Remove unnecessary always-nil var from #compact | ||||
| * | remove unnecessary always-nil var from #compact | Gosha Arinich | 2013-01-01 | 1 | -1/+1 |
|/ | |||||
* | small fix in js guide [ci skip] | Vijay Dev | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fix indent in UnknownAction template | Guillermo Iguaran | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-01 | 6 | -8/+50 |
|\ | |||||
| * | copy edits [ci skip] | Vijay Dev | 2013-01-01 | 1 | -4/+3 |
| | | |||||
| * | Merge pull request #123 from m-o/master | Vijay Dev | 2013-01-01 | 1 | -1/+1 |
| |\ | | | | | | | Fixed typo one line in layouts and rendering: stylesheet_link_tag for file in subdirectory. | ||||
| | * | Update guides/source/layouts_and_rendering.md | Marek Ovečka | 2012-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Removed first slash. The subdirectory will nto be found with slash befor it. | ||||
| * | | Improve English | Ruafozy | 2013-01-01 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | * Fix one error * Improve wording * Improve punctuation | ||||
| * | | Add documentation for TimeWithZone methods | Matthew Stopa | 2012-12-31 | 1 | -3/+19 |
| | | | |||||
| * | | Add documentation for the TimeWithZone#dst? method. | Matthew Stopa | 2012-12-31 | 1 | -0/+6 |
| | | | | | | | | | | | | [ci skip] | ||||
| * | | Update guides/source/rails_on_rack.md | Jonathan Baudanza | 2012-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Rack::Lock actually sets rack.multithread to `false`, not `true`. Presumably because once inside the mutex, the app can function as if it were single threaded. | ||||
| * | | fixed inconsistent `require 'test_helper'` in testing guide | Joey Schoblaska | 2012-12-30 | 1 | -1/+1 |
| |/ | |||||
| * | Update documentation for yml usage | Nishant Modak | 2012-12-30 | 1 | -1/+1 |
| | | | | | | Update documentation for yml usage against https://github.com/rails/rails/issues/8612 | ||||
| * | Document JoinTable migration generator | Sammy Larbi | 2012-12-29 | 1 | -0/+19 |
| | | |||||
* | | Merge pull request #8668 from guilleiguaran/exceptions | David Heinemeier Hansson | 2013-01-01 | 12 | -65/+258 |
|\ \ | | | | | | | New exceptions pages for development | ||||
| * | | formatted_code_for should be private | Guillermo Iguaran | 2012-12-31 | 1 | -12/+12 |
| | | | |||||
| * | | Summary and Details HTML elements aren't supported in all modern browsers | Guillermo Iguaran | 2012-12-31 | 2 | -12/+12 |
| | | | |||||
| * | | Fix test for DebugExceptions due to template change | Guillermo Iguaran | 2012-12-31 | 1 | -1/+1 |
| | | | |||||
| * | | Add style to AV::Template::Error exception page | Guillermo Iguaran | 2012-12-31 | 3 | -18/+54 |
| | | | |||||
| * | | Improve line-height to have better line spacing in exception message | Guillermo Iguaran | 2012-12-31 | 1 | -0/+1 |
| | | | |||||
| * | | Add new style to Routing Error page | Guillermo Iguaran | 2012-12-31 | 1 | -19/+22 |
| | | | |||||
| * | | Styling for exception page | Guillermo Iguaran | 2012-12-31 | 6 | -29/+150 |
| | | | |||||
| * | | Add source extract to detailed exception page | Guillermo Iguaran | 2012-12-31 | 4 | -2/+34 |
| | | | |||||
* | | | Merge pull request #8667 from andrew/copyright-update | Jeremy Kemper | 2012-12-31 | 13 | -13/+13 |
|\ \ \ | | | | | | | | | Updated copyright notices for 2013 | ||||
| * | | | Updated copyright notices for 2013 | Andrew Nesbitt | 2012-12-31 | 13 | -13/+13 |
|/ / / | |||||
* / / | Only call MiniTest.autorun if the dependecy is present | Rafael Mendonça França | 2012-12-31 | 4 | -16/+12 |
|/ / | |||||
* | | Merge pull request #8664 from acapilleri/spawn_method | Rafael Mendonça França | 2012-12-31 | 1 | -8/+10 |
|\ \ | | | | | | | refatctoring of some code repetition in spawn_methods | ||||
| * | | refatctoring of some code repetition in spawn_methods | Angelo capilleri | 2012-12-31 | 1 | -8/+10 |
| | | | |||||
* | | | Revert "Do not install debugger in the pathlevel 362" | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 9c18b6a818801a77a90c2768e436e4690537a3ab. | ||||
* | | | Use ActiveSupport::TestCase in the journey tests | Rafael Mendonça França | 2012-12-31 | 13 | -13/+13 |
| | | | |||||
* | | | Do not install debugger in the pathlevel 362 | Rafael Mendonça França | 2012-12-31 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #8666 from mekishizufu/fix_lambdas | Santiago Pastorino | 2012-12-31 | 3 | -4/+4 |
|\ \ \ | | | | | | | | | Fix usage of lambda as a Rack endpoint | ||||
| * | | | Fix usage of lambda as a Rack endpoint | Jiri Pospisil | 2012-12-31 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | The response body needs to respond_to? :each. | ||||
* | | | | Merge branch 'minitest_cleanup' | Rafael Mendonça França | 2012-12-31 | 57 | -718/+147 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add note on the contributing guide to not use the refute methods | Rafael Mendonça França | 2012-12-31 | 1 | -2/+3 |
| | | | |