| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
prathamesh-sonpatki/fix-wording-about-adapters-supporting-db-comments
Fix wording related to adapters supporting database comments [ci skip]
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Add support for specifying comments for tables, columns, and indexes in database itself
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Comments are specified in migrations, stored in database itself (in its schema),
and dumped into db/schema.rb file.
This allows to generate good documentation and explain columns and tables' purpose
to everyone from new developers to database administrators.
For PostgreSQL and MySQL only. SQLite does not support comments at the moment.
See docs for PostgreSQL: http://www.postgresql.org/docs/current/static/sql-comment.html
See docs for MySQL: http://dev.mysql.com/doc/refman/5.7/en/create-table.html
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
documentation for add_references index option [ci skip]
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Add link for finding the addional options for index.
- Add example for unique index as this is a common requirement.
- Add link in guide for index options.
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
update example to specify the Action Cable mount path [ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Follow up to 8b69f1e
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
MariaDB documentation [ci skip]
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add ruby 2.2.2+ version requirement for Rails 5 apps
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
[ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
https://github.com/rails/rails/pull/23176
[ci skip]
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
- Made all sentences to end properly
[ci skip]
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
modified: guides/source/getting_started.md
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
behavior [ci skip]
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
remove needless entry [ci skip]
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
The option backed to `start` in da26934313a31ae530b7537aba8a7662152f4dfe.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
prathamesh-sonpatki/update-message-proc-documentation
Update example of passing a proc to `:message` option for validating records [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
- This change is made as the behavior for `:message` proc was changed in
https://github.com/rails/rails/pull/24119.
- Also check
https://github.com/rails/rails/pull/24431#issuecomment-206106790 for
reference.
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
integration and not complete i18n framework.
Fix Active Model basics introduction [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
integration and not complete i18n framework.
[ci skip]
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Extend `ActionController::TestCase` deprecation warning
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Update documentation based on the new changes for strong & weak ETags.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Update info for weak ETag
- Add info for strong ETag
- Add examples for strong and weak ETags
- Display difference between generated strong and weak ETags strings.
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
[ci skip]
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | | |
Update Rails 5.0 release notes
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Removed entry for # Template Collection from release notes.
- Remove duplicate entry for caching Action mailer views.
- Remove duplicate entry for left_outer_joins.
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
s/symantically/semantically/
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
`datetime_field` was deprecated in 316811b4d3f4e5a1a7bcd03de97c67218770e333
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | | |
Passing `true` to the association has been deprecated.
|
| | | |
| | | |
| | | |
| | | | |
Add `:other_than` option documentation.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[restful-authentication](https://rubygems.org/gems/restful-authentication/versions/1.2.1) hasn't been updated since
September 6th, 2012 so it might not be a great idea to recommend that Rails users try it out.
Devise seems like a much more popular and secure solution that automatically resets sessions on sign in and out
so it's a great example in this case.
/cc @tenderlove @josevalim
|
| | | |
| | | |
| | | |
| | | | |
[ci skip]
|