Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | [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 | |
* | | | | | | | | | Merge pull request #21740 from cllns/add-jbuilder-notes | Yves Senn | 2015-09-24 | 1 | -0/+33 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add note about Jbuilder | Sean Collins | 2015-09-23 | 1 | -0/+33 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Change the paths for both Gemfile lines to be 'engines/blorgh' | Sean Collins | 2015-09-23 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Remove leading slash from path | Sean Collins | 2015-09-22 | 1 | -1/+1 | |
* | | | | | | | | Update i18n.md [ci skip] | Thiago Augusto | 2015-09-22 | 1 | -2/+2 | |
* | | | | | | | | Update routing.md | Thiago Augusto | 2015-09-22 | 1 | -2/+2 | |
* | | | | | | | | fix `to_time` output in ActiveSupport guide. Since https://github.com/rails/r... | amitkumarsuroliya | 2015-09-20 | 1 | -3/+3 | |
* | | | | | | | | correcting word smpt -> smtp in ActionMailer guide [ci skip] | amitkumarsuroliya | 2015-09-20 | 1 | -2/+2 | |
* | | | | | | | | remove association reload option from guide [ci skip] | yuuji.yaginuma | 2015-09-20 | 1 | -12/+20 | |
* | | | | | | | | Replace `#=>` with `# =>` [ci skip] | amitkumarsuroliya | 2015-09-19 | 2 | -2/+2 | |
* | | | | | | | | Fixed unclosed tags in kindle guide source [ci skip] | Ronak Jangir | 2015-09-19 | 2 | -6/+6 | |
* | | | | | | | | mostly remove the ParamsParser middleware | Aaron Patterson | 2015-09-18 | 4 | -11/+4 | |
* | | | | | | | | let the guides home point to the new release series endpoints [ci skip] | Xavier Noria | 2015-09-18 | 1 | -5/+5 | |
|/ / / / / / / |