| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
Conflicts:
activerecord/lib/active_record/counter_cache.rb
|
| |
| |
| |
| |
| |
| |
| | |
Fix reset_counters crashing on has_many :through associations.
Conflicts:
activerecord/CHANGELOG.md
activerecord/lib/active_record/counter_cache.rb
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
prefix TemplateAssertions ivars.
Closes #7459
Conflicts:
actionpack/lib/action_controller/test_case.rb
actionpack/lib/action_view/test_case.rb
|
| |
| |
| |
| | |
resource and resources do no longer modify passed options
|
| |
| |
| |
| |
| |
| |
| |
| | |
Master branch: Fixed generated whitespace in routes when using namespaced resource.
Merge pull request #7811 from iHiD/resource_generator_routes_master
Fix the build (Broken scaffold routes test)
|
| |
| |
| |
| | |
behavior added at c53e5def08f7a289a92a8e5f79dcd7caa5c3a2fb
|
| |
| |
| |
| | |
Bump Sprockets requirements from 2.1+ to 2.2+ and let it answer "should we compile this asset?" for us.
|
|\ \
| | |
| | | |
Fix reference to code sample in Getting Started.
|
|/ /
| |
| |
| | |
Fixes #7799.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
REBASED: fixing assert_template bug when template matches expected, but not ends with
Conflicts:
actionpack/CHANGELOG.md
actionpack/lib/action_controller/test_case.rb
|
|\ \
| | |
| | | |
Backport "Don't paramify ActionDispatch::Http::UploadedFile in tests"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
To test uploading a file without using fixture_file_upload, a posted
ActionDispatch::Http::UploadedFile should not be paramified (just like
Rack::Test::UploadedFile).
(Rack::Test::UploadedFile and ActionDispatch::Http::UploadedFile don't
share the same API, tempfile is not accessible on
Rack::Test::UploadedFile as discussed in
https://github.com/brynary/rack-test/issues/30)
|
|\ \ \
| |/ /
|/| | |
backport 68677ffb8298105eb9d3efa26d928dd88cc5e006
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
logs.
Conflicts:
railties/test/application/rack/logger_test.rb
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Avoid memory leak from unflushed logs on other threads leaving tags behind.
Conflicts:
activesupport/CHANGELOG.md
activesupport/lib/active_support/tagged_logging.rb
activesupport/test/tagged_logging_test.rb
|
| |
| |
| |
| | |
the same line
|
| | |
|
|\ \
| | |
| | | |
ConnectionPool accepts spec key 'checkout_timeout' (Backport)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Backport of #6441 cb6f83935 . Old 'wait_timeout' is still supported,
but conflicts with mysql2 using that spec key for different thing.
'checkout_timeout' can now be used taking precedence for ConnectionPool
over 'wait_timeout'.
|
|/ / |
|
|\ \
| | |
| | | |
Backport #3544 to 3-2-stable
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Rename field_changed? to _field_changed? so that users can create a field named field
Conflicts:
activerecord/lib/active_record/core.rb
activerecord/test/cases/dirty_test.rb
|
| |
| |
| |
| |
| |
| | |
This reverts commit 54f55746a70a7091341e84236498203118a7fbb4.
Reason: the last commit fixed the failing case
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 1ac19c11792a745cd654f02dfaed8e93f95b3c70.
Conflicts:
actionpack/CHANGELOG.md
Reason: This is causing failures in the railties build.
See http://travis-ci.org/#!/rails/rails/jobs/2491787
Related with #7672
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 0693e079708a52b777f2b7872b8e3d467b880a0d.
Revert "Cache columns metadata to avoid extra while testing"
This reverts commit a82f1e3f5d11c8dfba9f4c911745ec40a7965216.
Reason: This is causing failures in the postgresql build.
See http://travis-ci.org/#!/rails/rails/builds/2485584
Related with #7675
|
|\ \
| | |
| | | |
[3-2-stable] Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z format strings.
|
|/ /
| |
| |
| | |
format strings.
|
| |
| |
| |
| |
| | |
Conflicts:
activerecord/lib/active_record/railties/databases.rake
|
| |
| |
| |
| |
| |
| | |
Removing to_shorthand to fix #6497
Conflicts:
actionpack/CHANGELOG.md
|
| | |
|
|\ \
| | |
| | | |
Add upgrading note to 3.1 release notes.
|
|/ /
| |
| |
| | |
See #7685.
|
|\ \
| | |
| | | |
Respect `config.digest = false` for `asset_path`
|
|/ /
| |
| |
| |
| |
| |
| | |
Previously, the `asset_path` internals only respected the `:digest`
option, but ignored the global config setting. This meant that
`config.digest = false` could not be used in conjunction with
`config.compile = false` this corrects the behavior.
|
|\ \
| | |
| | | |
backport fair connection pool 02b2335563 to 3-2-stable
|
|/ / |
|
| |
| |
| |
| |
| |
| | |
Conflicts:
actionpack/CHANGELOG.md
actionpack/lib/action_controller/log_subscriber.rb
|
| |
| |
| |
| | |
Fix collection= on hm:t join models when unsaved
|
| |
| |
| |
| |
| |
| | |
kennyj/fix_9fa3f102813eeeec440abd75870dfa7b23835665
Fix warning: method redefine. Testcase name are duplicated.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Don't preserve SELECT columns on COUNT
Closes #7651
Conflicts:
activerecord/test/cases/associations/has_many_associations_test.rb
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Mark as SCHEMA some schema database queries. #7648
* Don't explain queries except normal CRUD sql. #7657
Closes #6458
Closes #7544
|
| | |
|
|\ \
| | |
| | | |
Fix markdown markup in AR/CHANGELOG [ci skip]
|
|/ / |
|