| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Scaffold output: add jbuilder, update timestamp (edge guide!)
Add some file breadcrumb (comment) to help reader find files.
Improve readability by adding some command outputs.
Thanks for great help from @senny.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Getting Started Guide: post.rb -> Post [ci skip]
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] escape unintended url in docs
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
added "id: false" to HABTM join table example [ci skip]
|
| | | | | |
| | | | | |
| | | | | | |
Based on the instructions further down in section 3.3.2.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Getting Started Guide: posts_controller -> PostsController [ci skip]
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[ci skip] Add missing periods in active_record_basics.md.
|
| |/ / / / / / |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Correct error in ActiveRecord Querying guide [ci skip]
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
used with create_with in ActiveRecord Querying guide
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Getting Started Guide: update link_to string argument to use single-quote [ci skip]
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
mark, following document style [ci skip]
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix small typo in docs
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
fix .find when inverse is loaded
|
| | | | | | | |
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
.find([1]) should return an Array of entries, even when a invese object is in memory already
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Make sure inverse_of is visible on the has_many callbacks
|
| | | | | | | |
|
| |/ / / / / |
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* master: (62 commits)
Getting Started Guide: Hello Rails! -> Hello, Rails! and wrap code tag
Add CHANGELOG entry for #12344
Add regression test to #12343
Fix typo in number_to_human docs: you -> your
[Documentation] Add a missing validation to I18n docs
Use the given name in html_options for the hidden field in collection_check_boxes
assign_attributes should return if argument is blank.
No need the else clause
Use join to concat the both side of the AST
Add a CHANGELOG entry about Web Console inclusion
added column type to example in section 2.3
Include web-console in new projects Gemfile
ActiveRecord::ConnectionAdapters::Column.string_to_time method respects string with timezone. Closes #12278.
add test_scoped_root_as_name
Getting Started Guide: update RubyGems Guides link [ci skip]
Deprecate unused quoted_locking_column method.
Update references to wycats/thor to erikhuda/thor.
bcrypt-ruby v3.1.2 supports Ruby 2.0 on Windows
Fix the model name in the association basics guides
We shouldn't override PostgreSQLAdapter's superclass inheritance while monkeypatching
...
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Closes #12278. AR::ConnectionAdapters::Column.string_to_time method respects string with timezone.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
string with timezone. Closes #12278.
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Getting Started Guide: Hello Rails! -> Hello, Rails! and wrap code tag
|
| |/ / / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ci skip]
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Use the given name in html_options for the hidden field in collection_ch...
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
collection_check_boxes
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
assign_attributes should return if arguments are blank
|
| | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
If you are passed an empty hash, then assign_attributes doesn't need to
do any work and can just return early. This should fix the failing Agile
Web Development tests.
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
[Documentation] Add a missing validation to I18n docs
|
| | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The guide was missing a description of the error message
interpolation for validates_numericality_of with
the :only_integer option.
|
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
added column type to example in section 2.3
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
Fix typo in number_to_human docs: you -> your
|
| |/ / / / / / |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add note about database connection pool in postgres template
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Onf of the sides can be nil and it will raise a Conversion error
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
add test_scoped_root_as_name
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
test for regression introduced by https://github.com/rails/rails/pull/9155
|
| |\ \ \ \ \ \ \ \
| | |_|_|/ / / / /
| |/| | | | | | | |
Add a CHANGELOG entry about Web Console inclusion
|
| |/ / / / / / / |
|
| |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
Include web-console in new projects Gemfile
|