| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Single brackets
|
| |
|
| |
|
|\
| |
| | |
Docs: Adding a note, snipped for brevity [ci skip]
|
| |
| |
| |
| | |
sudden ending of form looks incomplete and catches [ci skip]
|
|/ |
|
| |
|
|\
| |
| | |
Fixes some words missing from the contributing guide [ci skip]
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
Provide mention of pgcrypto extension for Postgres UUID support
[ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
From the Postgresql 9.4+ docs
> If you only need randomly-generated (version 4) UUIDs, consider using
the gen_random_uuid() function from the pgcrypto module instead.
[ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add more information about passing variables to translation definitions
and also merge this part with the "Interpolation" one as the latter
didn't bring any new information. Moreover, each one was referring to
the other for further information.
[ci skip]
|
| |
| |
| |
| | |
[ci skip]
|
|\ \
| | |
| | |
| | |
| | | |
robertjlooby/document_habtm_changes_in_upgrade_guide
add upgrade note for breaking habtm change in 3.2 -> 4.0
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The has_and_belongs_to_many default join_table behavior changed
between Rails 3.2 and Rails 4.0 and should be noted in the
appropriate section of the upgrade guide.
commit:
https://github.com/rails/rails/commit/46492949b8c09f99db78b9f7a02d039e7bc6a702
|
|\ \ \
| | | |
| | | | |
[ci skip] Uniquiness with scope can have one or more arguments
|
| |/ / |
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| | |
* avoid using unnecessary commas
* fix some typos
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 00aa1afae3821dd858dec7111bcdf230b12040d7, reversing
changes made to b584cc68fc28492147ed3ed127ad8a7441ca8161.
Reason:
As far as we can tell, this should not be the case. Both localhost, 127.0.0.1
and ::1 is "supposed to work", so this is probably a bug somewhere.
Reopening #19815 instead.
|
| |
| |
| |
| |
| |
| | |
Rewording in accordance with the documentation guidelines (‘Prefer
wordings that avoid "you"s and "your”s.’) and to remove in particular
“if you'd call”.
|
|\ \
| | |
| | | |
Make sure you execute rake rdoc from rails root directory [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | | |
1. Make clear where rake rdoc is executed
2. Make clear where the generated HTML files for the guides are stored
3. Use bundler 1.3.5 or later
|
|\ \ \
| | | |
| | | | |
Clarify test_order default configuration behaviour [ci skip]
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Explain config.active_support.test_order defaults
to :random in newly-generated applications thanks
to generated config/environments/test.rb, otherwise
default is :sorted (until Rails 5.0).
|
|\ \ \
| | | |
| | | |
| | | | |
Added note about non-GET links getting converted to GET links in mailer Added note about non-GET links getting converted to GET links in mailer templates [ci skip]
|
| |/ /
| | |
| | |
| | | |
templates [ci skip]
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Rails has different naming conventions for the inverse assertion
methods. While minitest uses `refute` we use `_not`. We should have a
table listing the common assertions that you want to use in the Rails
context.
Refs #18305.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Follow-up to #19672 and 8b0aa0c1.
[ci skip]
|
|\ \
| |/
|/| |
More docs on tagged logging [ci skip]
|
| |
| |
| |
| |
| | |
Mention that tags can also come from a Proc that accepts the request
object or something's to_s method
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
jonatack/improve-contributing-to-ruby-on-rails-guide
Improve the Contributing to Rails Guide [skip ci]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
First commit:
This PR improves the "4.12 Commit Your Changes" section of the
Contributing to Ruby on Rails Guide:
- Fix formatting of the commit message example
- Improve readability and clarity
- Fix grammar
- Wrap lines
See the before and after images below in this PR.
-----
Second commit:
- Rewrite to remove the word "buffer" [skip ci]
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
According to the guidelines:
http://guides.rubyonrails.org/ruby_on_rails_guides_guidelines.html#headings
References #19821.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* includes -> include
* "on your computer" is implied
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
[ci skip] Fix docs and guide about 'Array.wrap'
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Update association_basics.md [ci skip]
|