Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | insert newlines into code samples | Alexander | 2016-01-20 | 1 | -3/+5 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Merge pull request #23125 from Gaurav2728/update_puma_as_webserver | Rafael França | 2016-01-19 | 4 | -17/+14 | |
|\ \ \ | | | | | | | | | [ci skip] update guide for Puma web server instead of Webrick | |||||
| * | | | [ci skip] update guide for Puma web server instead of Webrick | Gaurav Sharma | 2016-01-20 | 4 | -17/+14 | |
| | | | | | | | | | | | | Rails 5.0 default server puma web server. following commit - https://github.com/rails/rails/commit/ae48ea69 | |||||
* | | | | - Changed from bin/rake to bin/rails at more application places. | Vipul A M | 2016-01-20 | 3 | -5/+5 | |
|/ / / | | | | | | | | | | | | | | | | | | | - Only ones left are from the upgrading guide, and command line guide explicit section about rake Follow up of https://github.com/rails/rails/pull/23119 [ci skip] | |||||
* | | | use bin/rails default instead of rake commands [ci skip] | Gaurav Sharma | 2016-01-19 | 6 | -37/+37 | |
| | | | | | | | | | I go through the `http://edgeguides.rubyonrails.org/` and found `rake` commands in various files that are in RAILS 5.0 implement by `bin/rails` command. I try to change all that can be directly use `bin/rails …` | |||||
* | | | - Remove dead links and take users to just the home page instead | Vipul A M | 2016-01-19 | 2 | -14/+1 | |
| | | | | | | | | | | | | | | | - Add new logo for guides header [ci skip] | |||||
* | | | Merge pull request #23117 from vipulnsward/22297-ar-exception-raise | Abdelkader Boudih | 2016-01-19 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Mention that halting chain does not re-raise `ActiveRecord::RecordIn… | |||||
| * | | | Mention that halting chain does not re-raise `ActiveRecord::RecordInvalid` ↵ | Vipul A M | 2016-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exception as well, similar to `ActiveRecord::Rollback` Fixes #22297 [ci skip] | |||||
* | | | | Make text about render :html option clearer to state, text will get escaped ↵ | Vipul A M | 2016-01-19 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | if not marked as safe by using html_safe Fixes #22648 [ci skip] | |||||
* | | | Fix discrepancies in associations guide [ci skip] | Prathamesh Sonpatki | 2016-01-19 | 1 | -6/+6 | |
| | | | | | | | | | | | | - Followup of https://github.com/rails/rails/commit/71ff088a09d429657877ddfb58985d30df63fc8a | |||||
* | | | `ApplicationRecord` instead of `ActiveRecord::Base` in Association Guides ↵ | amitkumarsuroliya | 2016-01-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | [ci skip] | |||||
* | | | Merge pull request #23099 from vipulnsward/change_start_at_end_at | Kasper Timm Hansen | 2016-01-18 | 1 | -10/+10 | |
|\ \ \ | | | | | | | | | Changed options for find_each and variants to have options start/finish | |||||
| * | | | Changed options for find_each and variants to have options start/finish ↵ | Vipul A M | 2016-01-18 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | instead of start_at/end_at based on comments at https://github.com/rails/rails/pull/12257#issuecomment-74688344 | |||||
* | | | | Association Guide replaces Order as example with Author-Book Example [ci skip] | amitkumarsuroliya | 2016-01-18 | 3 | -230/+230 | |
| | | | | | | | | | | | | fixes #21500 | |||||
* | | | | Merge pull request #22705 from ↵ | Jon Moss | 2016-01-18 | 1 | -2/+28 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | RochesterinNYC/add-order-explanation-to-first-last-guides Add clarification about `first` and `last` behavior when using `order` [ci skip] | |||||
| * | | | | Add clarification about `first` and `last` behavior when using `order` [ci skip] | James Wen | 2015-12-20 | 1 | -2/+28 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #22394 from j-dexx/update_association_basics_guide | Jon Moss | 2016-01-18 | 1 | -3/+13 | |
|\ \ \ \ | | | | | | | | | | | Updated the guides for having a distinct has_many through at the data… | |||||
| * | | | | Updated the guides for having a distinct has_many through at the database level | James Doyley | 2016-01-18 | 1 | -3/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current example add_index :person_articles, :article, unique: true Does not work, the `:article` column does not exist as it will be a join table (based on the prior example) so should use :article_id The documentation seems to suggest that it will allow an article to be added only once to a person via the join table, what actually occurs is that it only allows the article to be added to one person, at which point it should be a `belongs_to` association. Also changed the new example to use readings based on the prior example | |||||
* | | | | | Explain how HStore columns can be queried [ci skip] | Prathamesh Sonpatki | 2016-01-18 | 1 | -0/+4 | |
| |_|/ / |/| | | | | | | | | | | | - Fixes #22876. | |||||
* | | | | [ci skip] fix typo in docs | ankit1910 | 2016-01-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add a note on ActionController guide about 404 | Mauro George | 2016-01-11 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | Merge pull request #22983 from bronson/update-mysql-in-guides | Santiago Pastorino | 2016-01-10 | 2 | -2/+1 | |
|\ \ \ \ | | | | | | | | | | | remove mentions of legacy mysql adapter from guides | |||||
| * | | | | remove legacy mysql from guides to match #22715 | Scott Bronson | 2016-01-09 | 2 | -2/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #21995 from tak1n/master | Jon Moss | 2016-01-10 | 1 | -8/+35 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add Example for using config_for | |||||
| * | | | | | fix doc for rails custom configuration through config_for [skip ci] | Benny Klotz | 2015-12-03 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Updated existing custom configuration for rails 5 where `config.x` | Benny Klotz | 2015-10-19 | 1 | -8/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace is not needed anymore. Added custom configuration through config_for which parses a yml file in config folder. | |||||
* | | | | | | rake log:clear task updated refs[#22544] | Pramod | 2016-01-09 | 1 | -1/+1 | |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Avoided truncating all files if no ENV['LOGS'] specified - Updated task to accept LOGS=all for truncating all files from log/ i.e. log/*log - If no LOGS specified will truncates standard environment log files i.e. 'development,test,production' - CHANGELOG & guide update added - bin/setup test cases fixed | |||||
* | | | | | Merge pull request #22275 from mastahyeti/per-form-csrf | Rafael França | 2016-01-06 | 1 | -0/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Per-form CSRF tokens | |||||
| * | | | | | add option for per-form CSRF tokens | Ben Toews | 2016-01-04 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #22922 from vhf/add_fpb_back | Claudio B | 2016-01-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [ci skip] Update doc/resource link removed by #21211 | |||||
| * | | | | | | [ci skip] Update doc/resource link removed by #21211 | Victor Felder | 2016-01-05 | 1 | -0/+1 | |
| |/ / / / / | ||||||
* / / / / / | Add job suffix to sample's job file name | Manu | 2016-01-05 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Update the maintenance policy for the next release. | Rafael Mendonça França | 2016-01-04 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Remove duplicate entry for ActiveRecord::Relation#cache_key from Rails 5 ↵ | Prathamesh Sonpatki | 2016-01-02 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | release notes [ci skip] | |||||
* | | | | | Fix typo: test -> text | Sean Collins | 2015-12-30 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [ci skip] Update rails/all.rb reference. | Kasper Timm Hansen | 2015-12-30 | 1 | -9/+10 | |
| |_|_|/ |/| | | | | | | | | | | | It didn't mention Action Cable's engine. | |||||
* | | | | Merge pull request #22844 from prathamesh-sonpatki/issue_22836 | Yves Senn | 2015-12-30 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Fix documentation for configuring default_charset [ci skip] | |||||
| * | | | | Fix documentation for configuring default_charset [ci skip] | Prathamesh Sonpatki | 2015-12-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | - Fixes #22836. | |||||
* | | | | | [ci skip] Put all removals in its section | Akshay Vishnoi | 2015-12-30 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #22053 from Empact/first-loaded | Yves Senn | 2015-12-28 | 1 | -0/+4 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix #first(limit) to take advantage of #loaded? records if available | |||||
* \ \ \ \ | Merge pull request #22759 from akshay-vishnoi/human-size-helper | Eileen M. Uchitelle | 2015-12-27 | 1 | -6/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add support for Petabyte and Exabyte in number to human size | |||||
| * | | | | | Add support for Petabyte and Exabyte in number to human size | Akshay Vishnoi | 2015-12-22 | 1 | -6/+8 | |
| | | | | | | ||||||
* | | | | | | fix link to pr [ci skip] | yuuji.yaginuma | 2015-12-27 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Improve RDoc documentation of ActionDispatch::SSL | Tim Rogers | 2015-12-24 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Improve documentation of config.force_ssl in guides | Tim Rogers | 2015-12-24 | 1 | -2/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Improve readability of CacheHelper section | Dave Powers | 2015-12-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | release notes, use past tense. [ci skip] | Ryuta Kamizono | 2015-12-24 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | release notes, Rails 5 won't support the protected_attribtues gem. | Yves Senn | 2015-12-23 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | release notes, extracted notable changes from Active Record CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -1/+163 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | release notes, extract notable changes from Active Model CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -0/+28 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] |