Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | add a note about DynamicForm in error_messages_for section [ci skip] | Francesco Rodriguez | 2012-09-24 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | String.to_time documentation along examples. | Adam Stankiewicz | 2012-09-24 | 1 | -1/+11 | |
| | | | | ||||||
| * | | | Removed duplicate line describing "default_options". | Cory Logan | 2012-09-23 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | update AC::ConditionalGet documentation [ci skip] | Francesco Rodriguez | 2012-09-22 | 1 | -27/+31 | |
| | | | | ||||||
| * | | | update AC::Caching documentation [ci skip] | Francesco Rodriguez | 2012-09-22 | 5 | -87/+103 | |
| | | | | ||||||
| * | | | remove added indentation from the last commit [ci skip] | Francesco Rodriguez | 2012-09-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | update AR::Validations documentation [ci skip] | Francesco Rodriguez | 2012-09-22 | 5 | -28/+28 | |
| | | | | ||||||
| * | | | nodoc AR::Railtie [ci skip] | Francesco Rodriguez | 2012-09-21 | 2 | -4/+4 | |
| | | | | ||||||
| * | | | remove AC::Parameters reference [ci skip] | Francesco Rodriguez | 2012-09-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | update AR::Scoping documentation [ci skip] | Francesco Rodriguez | 2012-09-21 | 2 | -91/+77 | |
| | | | | ||||||
| * | | | add :nodoc: directive to AR::Fixtures::File [ci skip] | Francesco Rodriguez | 2012-09-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix AR::Coders::YAMLColumn nodoc [ci skip] | Francesco Rodriguez | 2012-09-21 | 1 | -4/+2 | |
| | | | | ||||||
| * | | | update AR/attribute_methods documentation [ci skip] | Francesco Rodriguez | 2012-09-21 | 4 | -26/+36 | |
| | | | | ||||||
| * | | | Better docs for overriding inheretance column | Steve Klabnik | 2012-09-22 | 1 | -5/+2 | |
| | | | | ||||||
| * | | | fix AR::AttributeMethods::Dirty :nodoc: [ci skip] | Francesco Rodriguez | 2012-09-21 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | fix AR::Associations::CollectionProxy#delete broken documentation [ci skip] | Francesco Rodriguez | 2012-09-21 | 1 | -23/+2 | |
| | | | | ||||||
| * | | | update AR::Associations::CollectionProxy#loaded? documentation [ci skip] | Francesco Rodriguez | 2012-09-21 | 1 | -1/+6 | |
| | | | | ||||||
| * | | | fix typos in AC::StrongParameters documentation [ci skip] | Francesco Rodriguez | 2012-09-21 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | add note about AR#include_root_in_json default in Upgrading Rails guide [ci ↵ | Francesco Rodriguez | 2012-09-21 | 1 | -1/+15 | |
| | | | | | | | | | | | | | | | | skip] | |||||
* | | | | Add missing CHANGELOG entry removed by mistake at 7f3b475 [ci skip] | Rafael Mendonça França | 2012-09-28 | 1 | -11/+20 | |
| | | | | ||||||
* | | | | Add an explicit test for hot compatibility | Jon Leighton | 2012-09-28 | 1 | -0/+54 | |
| | | | | ||||||
* | | | | Support for partial inserts. | Jon Leighton | 2012-09-28 | 9 | -15/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When inserting new records, only the fields which have been changed from the defaults will actually be included in the INSERT statement. The other fields will be populated by the database. This is more efficient, and also means that it will be safe to remove database columns without getting subsequent errors in running app processes (so long as the code in those processes doesn't contain any references to the removed column). | |||||
* | | | | Merge pull request #7776 from smartinez87/changelog_entry | Rafael Mendonça França | 2012-09-28 | 1 | -0/+11 | |
|\ \ \ \ | | | | | | | | | | | Add #update_columns entry to AR Changelog. [ci skip] | |||||
| * | | | | Add #update_columns entry to AR Changelog. | Sebastian Martinez | 2012-09-28 | 1 | -0/+11 | |
|/ / / / | ||||||
* | | | | Merge pull request #7394 from bobbyw/master | Rafael Mendonça França | 2012-09-28 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Use template0 option for creating activerecord test databases in build_database task with postgres | |||||
| * | | | | use template0 option for creating activerecord test databases in postgres ↵ | Bobby Wilson | 2012-08-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | build_database task | |||||
* | | | | | Support `Mailer.deliver_foo(*args)` as a synonym for ↵ | Jon Leighton | 2012-09-28 | 3 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Mailer.foo(*args).deliver`. This makes it easy to write e.g. `Mailer.expects(:deliver_foo)` when testing code that calls the mailer. | |||||
* | | | | | Merge pull request #7775 from frodsan/test_ap_metal | Rafael Mendonça França | 2012-09-27 | 2 | -37/+42 | |
|\ \ \ \ \ | | | | | | | | | | | | | move metal/caching_test into controller/caching_test | |||||
| * | | | | | move metal/caching_test into controller/caching_test | Francesco Rodriguez | 2012-09-27 | 2 | -37/+42 | |
|/ / / / / | ||||||
* | | | | | Fix tests broken by adding a new instance variable to view test cases | Jeremy Kemper | 2012-09-27 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | remove method redefinition warnings | Rafael Mendonça França | 2012-09-27 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | actionpack/test/template/spec_type_test.rb:32: warning: method redefined; discarding old test_spec_type_wont_match_non_space_characters actionpack/test/controller/spec_type_test.rb:30: warning: previous definition of test_spec_type_wont_match_non_space_characters was here | |||||
* | | | | | Is not needed to wrap name inside an array here | Santiago Pastorino | 2012-09-27 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Change key not found to param not found | Santiago Pastorino | 2012-09-27 | 1 | -6/+6 | |
| | | | | | ||||||
* | | | | | Merge pull request #7768 from kennyj/removing_dead_code_20120928 | Rafael Mendonça França | 2012-09-27 | 2 | -25/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | Removing dead code. attribute_cast_code isn't called. | |||||
| * | | | | | Removing dead code. attribute_cast_code is not called. | kennyj | 2012-09-28 | 2 | -25/+0 | |
|/ / / / / | ||||||
| | | | * | Move the CacheHelper#fragment_name_with_digest to be public so custom ↵ | Ryan Garver | 2012-09-27 | 1 | -11/+11 | |
| |_|_|/ |/| | | | | | | | | | | | fragment caching can benefit from it. | |||||
* | | | | Merge pull request #7760 from ↵ | Santiago Pastorino | 2012-09-27 | 5 | -1/+5 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | alindeman/adds_missing_dependency_to_action_view_test_case Adds missing dependency to ActionView::TestCase::Behavior | |||||
| * | | | | ConstantLookup is not needed in every TestCase decendant | Andy Lindeman | 2012-09-26 | 2 | -1/+1 | |
| | | | | | ||||||
| * | | | | Also includes ConstantLookup dependency for controller and mailer tests | Andy Lindeman | 2012-09-26 | 2 | -0/+2 | |
| | | | | | ||||||
| * | | | | Adds missing dependency to ActionView::TestCase::Behavior | Andy Lindeman | 2012-09-26 | 1 | -0/+2 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The module is needed for the `determine_constant_from_test_name` method. * Without it, the including class is required to also include `ActiveSupport::Testing::ConstantLookup` or a `NoMethodError` will be raised upon instantiation of that class. * Issue introduced in c0a24555f9e2749fb94efe1967cb9943db0b6a7e | |||||
* | | | | Tune up Rails::Rack::Logger. Only put space between requests in development ↵ | Jeremy Kemper | 2012-09-26 | 2 | -21/+30 | |
| | | | | | | | | | | | | | | | | logs. | |||||
* | | | | Tests tag the Rails log with the current test class and test case | Jeremy Kemper | 2012-09-26 | 4 | -0/+54 | |
| | | | | ||||||
* | | | | Allow wrapping a logger that hasn't set a formatter. Default to our ↵ | Jeremy Kemper | 2012-09-26 | 2 | -2/+12 | |
| | | | | | | | | | | | | | | | | SimpleFormatter. Otherwise we try extending nil with the tagging API. | |||||
* | | | | Merge pull request #7444 from szimek/params_parser_raises_parsing_error | Aaron Patterson | 2012-09-26 | 3 | -7/+18 | |
|\ \ \ \ | | | | | | | | | | | Raise generic ParseError exception when ParamsParser fails parsing request params | |||||
| * | | | | Make ActionDispatch::ParamsParser::ParseError#original_exception return the ↵ | Szymon Nowak | 2012-08-27 | 3 | -6/+14 | |
| | | | | | | | | | | | | | | | | | | | | original exception. | |||||
| * | | | | Fix ActionDispatch::ParamsParser::ParseError message for XML and JSON parsers. | Szymon Nowak | 2012-08-24 | 3 | -6/+6 | |
| | | | | | ||||||
| * | | | | Raise generic ParseError exception when ActionDispatch::ParamsParser fails ↵ | Szymon Nowak | 2012-08-24 | 3 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | parsing request params. | |||||
* | | | | | Add logger.push_tags and .pop_tags to complement logger.tagged | Jeremy Kemper | 2012-09-26 | 3 | -14/+59 | |
| | | | | | ||||||
* | | | | | Log newlines separately to ensure the 'Started GET ...' line has a tag on ↵ | Jeremy Kemper | 2012-09-25 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | the same line | |||||
* | | | | | fixing most tests on Ruby 2.0 | Aaron Patterson | 2012-09-25 | 2 | -3/+3 | |
| | | | | |