| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
Fixing some typos/grammar.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Asia/Ulaanbaatar is incorrect mapping
Fixes #9936
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Adds support for concurrent indexing in PostgreSQL adapter
|
| | | | | | | |
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adds support for algorithm option in MySQL indexes
Moves USING and algorithm options upstream
The syntax is still specific to the Adapter, so the actual executed string happens
in the corresponding adapter
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Bump TZInfo version to 0.3.37 based on version v2013b of the underlying tz data.
|
| | | | | | | |
|
| |/ / / / /
|/| | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
use relative links inside guides [ci skip]
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ActiveRecord::ConnectionAdapters::Column
See
https://github.com/rails/rails/blob/28b8ca766e3e7c6c43d3ae900c99f8377153c62/activerecord/lib/active_record/connection_adapters/column.rb#L16
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
move mailer testing examples into the testing guide.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Closes #9325.
I adjusted the example and the description in the testing guide and
simply linked from the mailer to the testing guide. This way we don't
have to maintain two separate places.
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Add support for pg geometric datatypes point and box
|
| | | | | | | |
|
|/ / / / / / |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Now, connection handles the check for valid types so that each database can handle the changes individually.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Skipping test for OpenSSL::PKCS5 JRuby
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add a method full_messages_for to the Errors class
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
Introduce test on Error#full_message for attribute with underscores; Fix...
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Introduce test on Error#full_message for attribute with underscores; Fix
some typos
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fixed typo in railties/test
|
| | |_|/ / / / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
neerajdotname/no-exception-when-cookie-is-tampered-with
nil is retuned if cookie is tampered with [ci skip]
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
if the given key is not found then verifier does raise
`ActiveSupport::MessageVerifier::InvalidSignature` exception
but this exception is resuced and finally nil is returned.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Controller name pluralized
|
|/ / / / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
in #9904
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Fix named route collision in mount test fixture
* Update controller named route precedence test
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Transparently upgrade signed cookies when setting secret_key_base
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
signed cookies generated by Rails 3 to avoid invalidating them when upgrading to Rails 4
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Support .js.coffee views by default
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
v3 of pull request based on additional feedback from @jeremy
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Relaxed jbuilder dependency and bumped version number
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Newer version contains some generator bugfixes
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix ActiveRecord locking column defaults not getting persisted
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When partial inserts are enabled, overridden db defaults are ignored. This
results in locking columns having a nil value for new records if the db default
is null. This happens because the list of changed attributes for new records is
always assumed to be empty.
Solution: When a new record's default attributes are set, also initialize the
list of changed attributes by comparing current values against what's stored as
the column defaults in the database.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Raise an ArgumentError when a clashing named route is defined
|
| | | | | | | | | |
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
ActiveSupport::MessageVerifier: Updated docs due to removal of serializer accessor
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | | | | | | | |
Use jquery-rails from github
|
|/ / / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
completes https://github.com/rails/rails/commit/6f3f0f86332004fcee5c2f05d52bbff08c22f980
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Fix update_version_rb task
|