| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Removed documentation of deprecated removed methods
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix a false assertion
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
#assert was used when it should be assert_equal.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
[ci skip] Change to the passive voice
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Consistent anchor text in nav links, new image [ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change all of anchor text in the nav links to `Back` and `Edit`
Use `Edit | Back` on pages that use both links to conform to what
scaffolding generates.
Use consistent anchor text throughout the guide.
Change all of anchor text in the nav links to `Back` and `Edit`
Use `Edit | Back` on pages that use both links to conform to what
scaffolding generates.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Update Molde Generator Usage
|
| | | | | | |
| | | | | | |
| | | | | | | |
Including has_secure_token generator
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
A little performance improvement using 'take' method over 'first'
|
| | |_|_|_|_|/
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix hwia isolated tests
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
tests
- Fixed the wrong use of with_indifferent_access on hash in the test which failed for isolated tests
- Renamed to appropriately specify what the test does
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fixed extraneous quoting
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Typo fix
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix assignment for frozen value in HWIA
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Underscore typo [ci skip]
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Use option url: false to allow entries without a link tag
|
|/ / / / / / |
|
|/ / / / / |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Tiny: DRY default limit in ActiveRecord::Type::Integer
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Tiny: Remove incorrect comment in ActiveRecord::Type::Value
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Says it's only used for the schema, but they are in fact used for
other things. Integer verifies against the limit during casting,
and Decimal uses precision during casting. It may be true that
scale is only used for the schema.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Adding tip about jQuery UJS [ci skip]
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Reference #18533
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] fix typo sill -> still
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix Typo SecureToken for schema sample [ci skip]
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Time columns should support time zone aware attributes
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The types that are affected by `time_zone_aware_attributes` (which is on
by default) have been made configurable, in case this is a breaking
change for existing applications.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Before: http://take.ms/z39h2
After: http://take.ms/Mo0G3
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes https://github.com/rails/rails/issues/18372
[ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It is clearer and closer to reality to use `@article.updated_at` as
the `:last_modified` parameter of `fresh_when` and `stale?`.
Using `@article.created_at` would result in the cache never expiring,
since the creation timestamp never changes.
[ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Many methods in ActiveSupport::Inflector were actually documenting
the String methods with the same name.
For instance the doc for `camelize` said:
> If the argument to +camelize+ is set to <tt>:lower</tt>...
while it should say:
> If the +uppercase_first_letter+ parameter is set to false
[ci skip]
|
| | | | | |
| | | | | |
| | | | | | |
rails/rails#18305, thanks for @dhh suggestion
|
| | | | | |
| | | | | |
| | | | | | |
rails/rails#18305, thanks for @dhh suggestion
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
rails/rails#18305
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
rails/rails#18305
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
rails/rails#18305
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
While we don't want to change the form input when validations fail,
blindly using `_before_type_cast` will cause the input to display the
wrong data for any type which does additional work on database values.
|