aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Remove AV::TestCase from APŁukasz Strzałkowski2013-08-251-8/+0
| * | | | | | | | | Remove ApplicationController & RoutingTestHelpersŁukasz Strzałkowski2013-08-251-9/+0
| * | | | | | | | | Remove unused ActionDispatch::RoutingVerbsŁukasz Strzałkowski2013-08-251-15/+1
| * | | | | | | | | Remove unused in AV fixture-controllersŁukasz Strzałkowski2013-08-251-29/+0
| * | | | | | | | | Indent protected methodsŁukasz Strzałkowski2013-08-251-18/+18
| * | | | | | | | | Remove view_assigns from AVŁukasz Strzałkowski2013-08-251-7/+0
| * | | | | | | | | Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-255-4/+5
| * | | | | | | | | Code formatting & typo fixesŁukasz Strzałkowski2013-08-253-37/+37
| * | | | | | | | | Move anonymous class to the top, add documentationŁukasz Strzałkowski2013-08-251-4/+9
| * | | | | | | | | Remove abstract_controller load hooksŁukasz Strzałkowski2013-08-252-6/+0
| * | | | | | | | | Move protected_instance_variables & view_assigns to AbstractControllerŁukasz Strzałkowski2013-08-252-16/+24
| * | | | | | | | | Include AbsC::Rendering interface in ActionMailerŁukasz Strzałkowski2013-08-251-0/+3
| * | | | | | | | | No need for .rb extensionŁukasz Strzałkowski2013-08-251-1/+1
| * | | | | | | | | Remove 'api plugin' from docsŁukasz Strzałkowski2013-08-251-3/+0
| * | | | | | | | | Create AbstractController::Rendering interfaceŁukasz Strzałkowski2013-08-2511-20/+69
| * | | | | | | | | Revert "Rename abstract_controller/rendering. to errors.rb"Łukasz Strzałkowski2013-08-252-1/+1
| * | | | | | | | | Rename abstract_controller/rendering. to errors.rbŁukasz Strzałkowski2013-08-252-1/+1
| * | | | | | | | | Fix AP test suite after moving stuff to AVŁukasz Strzałkowski2013-08-257-6/+9
| * | | | | | | | | Do not include AV::RenderingŁukasz Strzałkowski2013-08-251-1/+0
| * | | | | | | | | Integrate ActionMailer with ActionViewŁukasz Strzałkowski2013-08-252-2/+6
| * | | | | | | | | Fix eager_autoload for layoutsŁukasz Strzałkowski2013-08-251-1/+1
| * | | | | | | | | Fix AV tests, I18nProxy was moved to AVŁukasz Strzałkowski2013-08-251-1/+1
| * | | | | | | | | Revert "Require only path_set && lookup_context instead of whole base"Łukasz Strzałkowski2013-08-251-2/+1
| * | | | | | | | | Hook up AV::Rendering on AV intializationŁukasz Strzałkowski2013-08-253-3/+7
| * | | | | | | | | Move layouts to AVŁukasz Strzałkowski2013-08-255-2/+432
| * | | | | | | | | Add loading 'action_view' as part of rails/allŁukasz Strzałkowski2013-08-251-0/+1
| * | | | | | | | | Move rendering from AP to AVŁukasz Strzałkowski2013-08-257-613/+189
| * | | | | | | | | Require only path_set && lookup_context instead of whole baseŁukasz Strzałkowski2013-08-251-1/+2
| * | | | | | | | | Move view_paths from AP to AVŁukasz Strzałkowski2013-08-256-2/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | PG adapter deals with negative money values formatted with parenthesis.Yves Senn2013-08-263-0/+19
* | | | | | | | | Merge pull request #12014 from wangjohn/change_deprecation_horizonSantiago Pastorino2013-08-252-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Changing deprecation_horizon to be Rails 4.2wangjohn2013-08-242-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #12009 from wangjohn/fixtures_fixSantiago Pastorino2013-08-253-11/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Removing instances of string class_names in fixtures.wangjohn2013-08-243-11/+14
|/ / / / / / / /
* | | | | | | | Merge pull request #12008 from wangjohn/skipping_deprecated_migration_testsSantiago Pastorino2013-08-241-7/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Adding deprecation assertions for proper_table_name.wangjohn2013-08-241-7/+21
|/ / / / / / / /
* | | | | | | | Merge pull request #12000 from wangjohn/deprecating_class_name_string_in_fixt...Santiago Pastorino2013-08-231-7/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Deprecating passing strings as class name in fixtures.wangjohn2013-08-231-7/+1
* | | | | | | | | Merge pull request #11984 from wangjohn/proper_table_nameSantiago Pastorino2013-08-232-19/+68
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Making proper_table_name take in options.wangjohn2013-08-222-19/+68
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | typo [ci skip]Xavier Noria2013-08-231-1/+1
* | | | | | | | | Merge pull request #11960 from kirs/xhr-errorsRafael Mendonça França2013-08-2315-13/+129
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Display exceptions in text format for xhr requestKir Shatrov2013-08-2215-13/+129
* | | | | | | | | cleans the guides sources from fancy non-ASCII stuffXavier Noria2013-08-2321-96/+96
* | | | | | | | | Merge pull request #11996 from semaperepelitsa/masterYves Senn2013-08-231-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Fix typo in file path, should include extension.Semyon Perepelitsa2013-08-231-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #11994 from rajcybage/fix_instanceCarlos Antonio da Silva2013-08-231-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | remove unused instance variableRajarshi Das2013-08-231-2/+1
* | | | | | | | | Merge pull request #11991 from prathamesh-sonpatki/note-edge-guidesYves Senn2013-08-231-2/+4
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Add a note about edge guides in the feedback section[ci skip]Prathamesh Sonpatki2013-08-231-2/+4
|/ / / / / / / /