| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Add a test to make sure preloading properly merges association and default sc... | Pratik Naik | 2012-08-28 | 3 | -0/+23 |
* | | | | CHANGELOGs are now per branch | Xavier Noria | 2012-08-28 | 6 | -17846/+6 |
* | | | | detect circular constant autoloading | Xavier Noria | 2012-08-28 | 4 | -4/+27 |
* | | | | Merge pull request #7470 from kennyj/fix_method_redefined_warning | Rafael Mendonça França | 2012-08-28 | 2 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Fix method redefined warnings. | kennyj | 2012-08-29 | 2 | -0/+6 |
|/ / / / |
|
* | | | | Merge pull request #7469 from kennyj/fix_many_warnings_in_am | José Valim | 2012-08-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fixes warnings when executing rake test in ActionMailer. Related to 582a7f459... | kennyj | 2012-08-29 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #7468 from kennyj/tiny_fixings | José Valim | 2012-08-28 | 5 | -7/+4 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Remove unused require. | kennyj | 2012-08-29 | 2 | -3/+0 |
| * | | | Fixes wrong test class names. | kennyj | 2012-08-29 | 4 | -4/+4 |
|/ / / |
|
* | | | fixes a bug in dependencies.rb | Xavier Noria | 2012-08-28 | 1 | -1/+1 |
* | | | Merge pull request #7466 from arunagw/warning_removed_ap | Rafael Mendonça França | 2012-08-28 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | removed : warning: `*' interpreted as argument prefix | Arun Agrawal | 2012-08-28 | 1 | -1/+1 |
|/ / / |
|
* | | | Add missing require | Rafael Mendonça França | 2012-08-28 | 1 | -0/+1 |
* | | | Merge pull request #7452 from arunagw/memcached_dalli | Rafael Mendonça França | 2012-08-28 | 2 | -7/+7 |
|\ \ \ |
|
| * | | | More fixes for action pack tests with Dalli. | Arun Agrawal | 2012-08-27 | 1 | -3/+3 |
| * | | | Let's run action pack tests with Dalli | Arun Agrawal | 2012-08-27 | 1 | -4/+4 |
* | | | | Merge pull request #7465 from wpp/generator_controller_plural | José Valim | 2012-08-28 | 1 | -6/+6 |
|\ \ \ \ |
|
| * | | | | Change generators controller help from singular to plural example. | Philipp Weissensteiner | 2012-08-28 | 1 | -6/+6 |
|/ / / / |
|
* | | | | Merge pull request #7458 from frodsan/fix_orddep_basics | Rafael Mendonça França | 2012-08-28 | 1 | -5/+5 |
|\ \ \ \ |
|
| * | | | | fix order dependent test in AR::BasicsTest | Francesco Rodriguez | 2012-08-27 | 1 | -5/+5 |
* | | | | | Merge branch 'actionview-decoupling' | Piotr Sarnacki | 2012-08-28 | 49 | -232/+487 |
|\ \ \ \ \ |
|
| * | | | | | Update AP's CHANGELOG with user facing changes | Piotr Sarnacki | 2012-08-28 | 1 | -0/+14 |
| * | | | | | Deprecate AV::RecordIdentifier in controllers | Piotr Sarnacki | 2012-08-28 | 3 | -4/+57 |
| * | | | | | Fix ActionView::RecordIdentifier to work as a singleton | Piotr Sarnacki | 2012-08-28 | 2 | -0/+10 |
| * | | | | | No need to use included hook for include | Piotr Sarnacki | 2012-08-28 | 1 | -3/+1 |
| * | | | | | Deprecate Template#mime_type | Piotr Sarnacki | 2012-08-28 | 2 | -0/+13 |
| * | | | | | Add deprecation horizon to html-scanner | Piotr Sarnacki | 2012-08-28 | 1 | -1/+2 |
| * | | | | | Implement ActionView::Template::Types | Piotr Sarnacki | 2012-08-28 | 5 | -4/+65 |
| * | | | | | Don't require action_dispatch in ActionView::UrlHelpers | Piotr Sarnacki | 2012-08-28 | 8 | -100/+134 |
| * | | | | | Use ActionView::Base.logger instead of AC::Base.logger | Piotr Sarnacki | 2012-08-28 | 2 | -2/+2 |
| * | | | | | Add ActionView::Base.default_formats | Piotr Sarnacki | 2012-08-28 | 4 | -1/+19 |
| * | | | | | Remove Mime::Type translations from Action View | Piotr Sarnacki | 2012-08-28 | 4 | -11/+10 |
| * | | | | | Deprecate mime types lookup in auto_discovery_link_tag | Piotr Sarnacki | 2012-08-28 | 2 | -1/+18 |
| * | | | | | Remove comment about getting rid of old AV::Base.new behavior | Piotr Sarnacki | 2012-08-28 | 1 | -2/+0 |
| * | | | | | Remove stubs from LogSubscriber tests | Piotr Sarnacki | 2012-08-28 | 1 | -3/+4 |
| * | | | | | Move action_controller/vendor/html-scanner to action_view | Piotr Sarnacki | 2012-08-28 | 16 | -27/+32 |
| * | | | | | Deprecate ActionController::RecordIdentifier | Piotr Sarnacki | 2012-08-28 | 2 | -0/+12 |
| * | | | | | Add ActionView::ModelNaming | Piotr Sarnacki | 2012-08-28 | 3 | -4/+16 |
| * | | | | | Move ActionController::RecordIdentifier to ActionView | Piotr Sarnacki | 2012-08-28 | 7 | -11/+6 |
| * | | | | | Remove dependency on actionpack in ActionView::AssetPaths | Piotr Sarnacki | 2012-08-28 | 4 | -6/+20 |
|/ / / / / |
|
* | | | | | Merge pull request #7460 from frodsan/fix_nested_attributes_test | Rafael Mendonça França | 2012-08-27 | 1 | -7/+9 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | ensures that the test repairs the validation setup | Francesco Rodriguez | 2012-08-27 | 1 | -7/+9 |
|/ / / / |
|
* | | | | Merge pull request #7451 from frodsan/fix_dep_ag | Santiago Pastorino | 2012-08-27 | 1 | -0/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix order dependent test in AggregationsTest | Francesco Rodriguez | 2012-08-26 | 1 | -0/+2 |
|/ / / |
|
* | | | Remove unused variable | Rafael Mendonça França | 2012-08-26 | 1 | -1/+1 |
* | | | Add test to ensure that save will raise SerializationTypeMismatch if the | Rafael Mendonça França | 2012-08-26 | 1 | -0/+6 |
* | | | We don't need this reload | Rafael Mendonça França | 2012-08-26 | 1 | -1/+1 |
* | | | Use the Topic class in the attribute serialized tests | Rafael Mendonça França | 2012-08-26 | 1 | -8/+4 |
* | | | Use teardown hook to return the initial state of the object | Rafael Mendonça França | 2012-08-26 | 1 | -16/+5 |