Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | [ci skip] update guide for Puma web server instead of Webrick | Gaurav Sharma | 2016-01-20 | 4 | -17/+14 | |
* | | | | | | | | | | Merge pull request #23124 from vipulnsward/rake-rails | Yves Senn | 2016-01-19 | 3 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | - Changed from bin/rake to bin/rails at more application places. | Vipul A M | 2016-01-20 | 3 | -5/+5 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #23123 from schneems/schneems/strong_params_method_missing | Richard Schneeman | 2016-01-19 | 2 | -1/+32 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Link to docs instead of listing methods | schneems | 2016-01-19 | 1 | -5/+7 | |
| * | | | | | | | | | Add methods to StrongParameters | schneems | 2016-01-19 | 2 | -2/+9 | |
| * | | | | | | | | | [close #23084] Deprecated StrongParameters | schneems | 2016-01-19 | 2 | -0/+22 | |
* | | | | | | | | | | Merge pull request #23119 from Gaurav2728/update_guide_to_bin_rails_command | Jon Moss | 2016-01-19 | 6 | -37/+37 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | use bin/rails default instead of rake commands [ci skip] | Gaurav Sharma | 2016-01-19 | 6 | -37/+37 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #23122 from vipulnsward/guides-revamp | David Heinemeier Hansson | 2016-01-19 | 2 | -14/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | - Remove dead links and take users to just the home page instead | Vipul A M | 2016-01-19 | 2 | -14/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #23121 from prathamesh-sonpatki/fix-tests | Yves Senn | 2016-01-19 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix test failure on PostgreSQL by sorting the result before comparison | Prathamesh Sonpatki | 2016-01-19 | 1 | -4/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | run `type` column through attribtues API type casting. | Yves Senn | 2016-01-19 | 3 | -0/+84 | |
* | | | | | | | | 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::RecordInvalid` e... | Vipul A M | 2016-01-19 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #23116 from vipulnsward/22648-html-safe-text | प्रथमेश Sonpatki | 2016-01-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make text about render :html option clearer to state, text will get escaped i... | Vipul A M | 2016-01-19 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #23114 from y-yagi/refer_to_rails_command_instead_of_rake_... | Kasper Timm Hansen | 2016-01-19 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | refer to rails command instead of rake in environment error | yuuji.yaginuma | 2016-01-19 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #23112 from prathamesh-sonpatki/association-guides-fixes | Kasper Timm Hansen | 2016-01-19 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix discrepancies in associations guide [ci skip] | Prathamesh Sonpatki | 2016-01-19 | 1 | -6/+6 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #23110 from amitsuroliya/application_record | प्रथमेश Sonpatki | 2016-01-19 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | `ApplicationRecord` instead of `ActiveRecord::Base` in Association Guides [c... | amitkumarsuroliya | 2016-01-19 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Remove incomplete filter runs all tests in plugins. | Kasper Timm Hansen | 2016-01-18 | 1 | -8/+0 | |
* | | | | | | | | Don't run all tests when files end in a colon. | Kasper Timm Hansen | 2016-01-18 | 2 | -9/+1 | |
* | | | | | | | | Merge pull request #23099 from vipulnsward/change_start_at_end_at | Kasper Timm Hansen | 2016-01-18 | 5 | -92/+56 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Changed options for find_each and variants to have options start/finish inste... | Vipul A M | 2016-01-18 | 5 | -92/+56 | |
* | | | | | | | | | Merge pull request #23006 from Edouard-chin/code_statistic_ignore_hidde_files | Kasper Timm Hansen | 2016-01-18 | 2 | -2/+15 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | CodeStatistic will now ignore hidden files: | Edouard CHIN | 2016-01-18 | 2 | -2/+15 | |
* | | | | | | | | | Merge pull request #21555 from amitsuroliya/associated_basics | Jon Moss | 2016-01-18 | 3 | -230/+230 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Association Guide replaces Order as example with Author-Book Example [ci skip] | amitkumarsuroliya | 2016-01-18 | 3 | -230/+230 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #22705 from RochesterinNYC/add-order-explanation-to-first-... | Jon Moss | 2016-01-18 | 1 | -2/+28 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add clarification about `first` and `last` behavior when using `order` [ci skip] | James Wen | 2015-12-20 | 1 | -2/+28 | |
* | | | | | | | | | Merge pull request #23088 from prathamesh-sonpatki/update-gemfile-lock | Santiago Pastorino | 2016-01-18 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Checked in changes to Gemfile.lock on latest master | Prathamesh Sonpatki | 2016-01-17 | 1 | -2/+1 | |
* | | | | | | | | | | 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 database level | James Doyley | 2016-01-18 | 1 | -3/+13 | |
* | | | | | | | | | | | Merge pull request #23096 from HayleyCAnderson/ha-action-cable-docs | Jon Moss | 2016-01-18 | 1 | -20/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Improve Action Cable configuration explanations | Hayley Anderson | 2016-01-18 | 1 | -20/+31 | |
* | | | | | | | | | | | | Merge pull request #23097 from prathamesh-sonpatki/psql-hstore | Yves Senn | 2016-01-18 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Explain how HStore columns can be queried [ci skip] | Prathamesh Sonpatki | 2016-01-18 | 1 | -0/+4 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #23098 from vipulnsward/changelog-pass | Kasper Timm Hansen | 2016-01-18 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Pass through AP CHANGELOG [ci skip] | Vipul A M | 2016-01-18 | 1 | -2/+2 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #23085 from maclover7/fix-17030 | Kasper Timm Hansen | 2016-01-17 | 4 | -4/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove ActionView dependence on ActionPack's Mime implementation | Jon Moss | 2016-01-17 | 4 | -4/+4 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #23089 from kaspth/better-template-types | Kasper Timm Hansen | 2016-01-17 | 1 | -15/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Store the symbols as an array. | Kasper Timm Hansen | 2016-01-17 | 1 | -1/+1 | |
| * | | | | | | | | | | Enrich the SET constant to respond to symbols. | Kasper Timm Hansen | 2016-01-17 | 1 | -1/+5 | |
| * | | | | | | | | | | Don't bother looking up the types. | Kasper Timm Hansen | 2016-01-17 | 1 | -3/+3 |