Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
* | | | | | | | Merge pull request #20981 from dkoprov/ar_postgres_enum_docs_addition | Sean Griffin | 2015-10-04 | 1 | -5/+41 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | adds more info on working with postgres ENUM type | Dmitry Koprov | 2015-07-23 | 1 | -5/+41 | |
* | | | | | | | | Merge pull request #21857 from cllns/fix-myspace-example-wording | Claudio B. | 2015-10-04 | 1 | -5/+3 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Update text on CSS Injection / Myspace | Sean Collins | 2015-10-03 | 1 | -5/+3 | |
* | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-04 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Add `:` before code blocks. | yui-knk | 2015-09-25 | 1 | -1/+1 | |
| * | | | | | | | | Add a missing period to layouts_and_rendering.md [ci skip] | Juanito Fatas | 2015-09-24 | 1 | -1/+1 | |
* | | | | | | | | | Revert "removing Rack::Runtime from the default stack." | Aaron Patterson | 2015-10-03 | 3 | -1/+3 | |
* | | | | | | | | | Fixed deprecated string to specify the middleware [ci skip] | amitkumarsuroliya | 2015-10-03 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #21851 from y-yagi/use_class_to_specify_middleware | Kasper Timm Hansen | 2015-10-03 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | use class to specify the middleware [ci skip] | yuuji.yaginuma | 2015-10-03 | 1 | -5/+5 | |
* | | | | | | | | | removing Rack::Runtime from the default stack. | Aaron Patterson | 2015-10-02 | 3 | -3/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 2 | -12/+15 | |
* | | | | | | | | Fix documentation for has_many dependant options. | Niall Burkley | 2015-09-29 | 1 | -1/+4 | |
* | | | | | | | | Make fuzzy sentence more clear | David Verhasselt | 2015-09-28 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #21738 from cllns/remove-to_s-from-example | Eileen M. Uchitelle | 2015-09-25 | 1 | -19/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove to_s example | Sean Collins | 2015-09-24 | 1 | -19/+1 |