| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | [ci skip] ( ͡° ͜ʖ ͡°) ( ͡⊙ ͜ʖ ͡⊙) ( ͡◉ ͜ʖ ͡◉) javascrip... | Kasper Timm Hansen | 2015-11-05 | 1 | -1/+1 |
* | | | | [ci skip] Remove final mentions of `static_cache_control` in docs. | Kasper Timm Hansen | 2015-11-05 | 1 | -1/+3 |
* | | | | Remove links to docrails | Rafael Mendonça França | 2015-11-05 | 1 | -2/+2 |
* | | | | Replace `serve_static_files` mentions in docs. | Kasper Timm Hansen | 2015-11-04 | 4 | -6/+8 |
* | | | | document `try!` in ActiveSupport core ext guide | Sean Linsley | 2015-11-04 | 1 | -0/+7 |
* | | | | Update docs/comments to use setup/teardown blocks vs. methods. | Ken Collins | 2015-11-03 | 2 | -5/+5 |
* | | | | [ci skip] querying guide methods first and last: mentioning the influence of ... | r11runner | 2015-10-31 | 1 | -0/+4 |
|/ / / |
|
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-31 | 4 | -4/+4 |
|\ \ \ |
|
| * | | | Improved `KeyError` messages on bang version, since commit https://github.com... | amitkumarsuroliya | 2015-10-11 | 1 | -1/+1 |
| * | | | Replace `an UNIQUE` with `a UNIQUE` as UNIQUE doesn't have a vowel sound [ci ... | amitkumarsuroliya | 2015-10-07 | 2 | -2/+2 |
| * | | | Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’ | Ronak Jangir | 2015-10-07 | 1 | -1/+1 |
* | | | | Fix double word 'be' [ci skip] | Jake Worth | 2015-10-31 | 1 | -1/+1 |
* | | | | Merge pull request #12071 from Crunch09/outer_joins | Sean Griffin | 2015-10-30 | 1 | -11/+37 |
|\ \ \ \ |
|
| * | | | | added ActiveRecord::Relation#left_outer_joins | Florian Thomas | 2015-05-19 | 1 | -11/+37 |
* | | | | | Use #distinct instead of #uniq in the guides [ci skip] | oesgalha | 2015-10-29 | 2 | -5/+5 |
| |_|/ /
|/| | | |
|
* | | | | [ci skip] Add `:binds` to a list of paramaters of `sql.active_record` | yui-knk | 2015-10-28 | 1 | -0/+1 |
* | | | | Merge pull request #19686 from tsun1215/index_errors | Sean Griffin | 2015-10-26 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | Errors can be indexed with nested attributes | Michael Probber | 2015-04-17 | 1 | -0/+4 |
* | | | | | Edits default `config/boot.rb` to match what's generated by Rails 4.2. | AnnaErshova | 2015-10-26 | 1 | -2/+1 |
* | | | | | Fix punctuation [ci skip] | Markov Alexey | 2015-10-23 | 1 | -1/+1 |
* | | | | | API guidelines reword re the Oxford comma [ci skip] | Xavier Noria | 2015-10-22 | 1 | -3/+4 |
* | | | | | Revert "[ci skip] removed extra comma" | Xavier Noria | 2015-10-22 | 1 | -1/+1 |
* | | | | | [ci skip] removed extra comma | hemali jain | 2015-10-23 | 1 | -1/+1 |
* | | | | | Fix minor typo from #20038 | Sean Griffin | 2015-10-20 | 1 | -2/+2 |
* | | | | | Merge pull request #20038 from imanel/numeric_prepend | Sean Griffin | 2015-10-20 | 1 | -11/+3 |
|\ \ \ \ \ |
|
| * | | | | | Unify behavior of all Numeric extensions and use Module.prepend instead of al... | Bernard Potocki | 2015-05-28 | 1 | -11/+3 |
* | | | | | | Update #20768 to address feedback | Sean Griffin | 2015-10-20 | 1 | -3/+3 |
* | | | | | | [Rails Guides] Clarify `belongs_to_required_by_default` option | Vladimir Rybas | 2015-10-20 | 1 | -1/+3 |
* | | | | | | Merge pull request #20795 from benjiwheeler/validation_guide_ret_val | Sean Griffin | 2015-10-20 | 1 | -7/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | activerecord guide: clarified roles of valid method and errors object [ci skip] | Ben Wheeler | 2015-07-08 | 1 | -7/+15 |
* | | | | | | | [ci skip] Replace "destroy` method" with `destroy` action` | yui-knk | 2015-10-20 | 1 | -1/+1 |
* | | | | | | | added Rails 4 context for migrations:install task | Simon H | 2015-10-19 | 1 | -1/+1 |
* | | | | | | | [ci skip] Improve readability in active model basics guide | Tim Wade | 2015-10-18 | 1 | -7/+7 |
* | | | | | | | [ci skip] Add backend queue starting documentation | schneems | 2015-10-16 | 1 | -3/+12 |
* | | | | | | | Update active_record_migrations.md | Anna Ershova | 2015-10-15 | 1 | -1/+1 |
* | | | | | | | Clarifies db can be set up from structure.sql also | AnnaErshova | 2015-10-15 | 1 | -1/+1 |
* | | | | | | | Fix formatting of ActiveRecord PostgreSQL guide. | Christian Wesselhoeft | 2015-10-13 | 1 | -4/+6 |
* | | | | | | | [ci skip] Fix typo in deep_dup docs | Eric Turner | 2015-10-12 | 1 | -1/+1 |
* | | | | | | | Merge pull request #21906 from scottgonzalez/form-helpers | Claudio B. | 2015-10-08 | 1 | -6/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Minor cleanup for form helpers guide [ci skip] | Scott González | 2015-10-08 | 1 | -6/+8 |
* | | | | | | | | Improve readability in CSRF section of guide | Andy Lampert | 2015-10-07 | 1 | -4/+3 |
* | | | | | | | | Revert "Update asset_pipeline.md" | Rafael Mendonça França | 2015-10-07 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Fix "Esperanto" name | Miguel Parramon | 2015-10-07 | 1 | -1/+1 |
* | | | | | | | Merge pull request #21899 from scottgonzalez/layouts-and-rendering-typo | Richard Schneeman | 2015-10-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix typo in docs [ci skip] | Scott González | 2015-10-07 | 1 | -1/+1 |
* | | | | | | | | Fix pluralization in docs [ci skip] | Scott González | 2015-10-07 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound | tanmay3011 | 2015-10-06 | 4 | -5/+5 |
* | | | | | | | Update asset_pipeline.md | kentendo | 2015-10-05 | 1 | -1/+1 |
* | | | | | | | Merge pull request #21796 from dv/docs-change-to-parse-nested-query | Eileen M. Uchitelle | 2015-10-05 | 1 | -7/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Remove TIP on parse_query | David Verhasselt | 2015-10-05 | 1 | -7/+0 |