Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | [ci skip] Upcase `when` | yui-knk | 2015-05-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | [ci skip] Fix to a singular form (person has one contact_detail) | yui-knk | 2015-05-16 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Document config.action_mailer.deliver_later_queue_name | Rafael Mendonça França | 2015-06-03 | 1 | -0/+2 | |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Also add a CHANGELOG entry for #18587 [ci skip] | |||||
* | | | | | [ci skip] fix the `collection.clear` guide | Roque Pinel | 2015-06-02 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the guide about `has_many` `collection.clear` to indicate the behavior for each dependent strategy according to `collection.delete_all`. Based on #17179, I changed the `collection.delete` docs to also clarify the default strategy for each `hm` and `hm:t` associations. Fixes #20170. | |||||
* | | | | | Fixed typos in guide | manish-shrivastava | 2015-06-01 | 4 | -4/+6 | |
| | | | | | ||||||
* | | | | | Merge pull request #20138 from tgxworld/deprecated_assert_template | Rafael Mendonça França | 2015-06-01 | 1 | -58/+12 | |
|\ \ \ \ \ | | | | | | | | | | | | | Deprecate `assert_template` and `assigns()`. | |||||
| * | | | | | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -58/+12 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #20394 from mechanicles/use-sym | Matthew Draper | 2015-06-01 | 1 | -2/+5 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ci skip] Used 'instance_variables' in example for consistency. | |||||
| * | | | | | [ci skip] Used 'instance_variables' in example for consistency. | Santosh Wadghule | 2015-06-01 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Found that checking instance_variables elements using string object gives us 'false' value. `instance_variables.include? "@articles" # => false` - Used only 'instance_variables' instead of using '.include?' on it. So that it will return recent instance variables list. | |||||
* | | | | | | Remove description of `dependency_loading` option | Nikolay Kondratyev | 2015-06-01 | 1 | -2/+0 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | This option has been removed in e6747d87f3a061d153215715d56acbb0be20191f [ci skip] | |||||
* | | | | | [ci skip] Fix `above` -> `below` | yui-knk | 2015-06-01 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fixed typos. [ci skip] | Morgan Owens | 2015-05-31 | 1 | -5/+5 | |
| | | | | | ||||||
* | | | | | no rails command short-cuts in the getting-started guide. [ci skip] | Yves Senn | 2015-05-31 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | | | | | The full command name is more expressive. | |||||
* | | | | Updating the guides for Enumerable#pluck | Kevin Deisz | 2015-05-28 | 1 | -0/+10 | |
| | | | | ||||||
* | | | | Merge pull request #20017 from eliotsykes/configurable-static-index-filename | Rafael Mendonça França | 2015-05-28 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | config.static_index configures directory Index "index.html" filename | |||||
| * | | | | config.static_index configures directory index "index.html" filename | Eliot Sykes | 2015-05-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set `config.static_index` to serve a static directory index file not named `index`. For example, to serve `main.html` instead of `index.html` for directory requests, set `config.static_index` to `"main"`. | |||||
* | | | | | removed erroneous line. Corrected presence validation example. | Jurnell Cockhren | 2015-05-28 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Addresses #20343. Removes erroneous line of code in the sample codeblock. | |||||
* | | | | | Merge pull request #20313 from s3ymd/master | Arthur Nogueira Neves | 2015-05-28 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ci skip] Fix block parameter of assert_no_difference | |||||
| * | | | | | [ci skip] Fix block parameter of assert_no_difference | Hiromichi Yamada | 2015-05-28 | 1 | -1/+1 | |
| |/ / / / | ||||||
* / / / / | Deprecate `:nothing` option for render method | Mehmet Emin İNAÇ | 2015-05-28 | 1 | -26/+0 | |
|/ / / / | | | | | | | | | | | | | `head` method works similar to `render` method with `:nothing` option | |||||
* | | | | Merge pull request #19867 from radar/rename-app-rails-loader | Rafael Mendonça França | 2015-05-27 | 1 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | Remove redundant 'Rails' from Rails::AppRailsLoader constant | |||||
| * | | | | Remove redundant 'Rails' from Rails::AppRailsLoader constant | Ryan Bigg | 2015-05-21 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Merge pull request #20327 from yoongkang/ajax | Zachary Scott | 2015-05-27 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ci-skip] Replace dead link about HttpOnly cookies. | |||||
| * | | | | | [ci skip] Replace dead link about HttpOnly cookies. | Yoong Kang Lim | 2015-05-28 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Remove unnecessary reference to example Blog app [ci skip] | Jake Gavin | 2015-05-27 | 1 | -3/+2 | |
| | | | | | | ||||||
* | | | | | | Fix email with name format in Guides. [ci skip] | Guilherme Goettems Schneider | 2015-05-26 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Add info on default layout functionality 3.2 >> 4.0 upgrade | Stephen Puiszis | 2015-05-26 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | Fixed the grammatical mistake in the sentence [ci skip] | Rohan Daxini | 2015-05-25 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Grammar fix to Active Record Basics guide. [ci skip] | Brian Davis | 2015-05-24 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge pull request #20270 from imtayadeway/tw/association-basics-docs | Claudio B. | 2015-05-24 | 1 | -11/+12 | |
|\ \ \ \ \ | | | | | | | | | | | | | association basics docs fixes | |||||
| * | | | | | [ci skip] Fix markdown issue in association basics docs. | Tim Wade | 2015-05-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The quoted underscore is being intepreted as markdown, causing the entire phrase to be italicized. | |||||
| * | | | | | [ci skip] Use spaceship operator to indicate precedence. | Tim Wade | 2015-05-22 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | [ci skip] Fix grammar/syntax in AR assocation basics. | Tim Wade | 2015-05-22 | 1 | -10/+11 | |
| | | | | | | ||||||
* | | | | | | Reword sentences in contributing docs for clarity. | Daniel Levenson | 2015-05-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip ci] - removes use "squash" where it doesn't apply to git - "is a help" -> "helps" - "if your comment simply says" -> "... simply reads" | |||||
* | | | | | | Reword a sentence about GH Issues in contributing guide. | Daniel Levenson | 2015-05-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip ci] "Everyone's Issues" read pretty weird to me, specifically the use of capitalization. I changed the link text to be "issue list", which seems to better "go with the flow", IMHO. | |||||
* | | | | | | Remove div_for from guides [ci skip] | Prathamesh Sonpatki | 2015-05-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Followup of https://github.com/rails/rails/pull/20244. | |||||
* | | | | | | Spelling/typo/grammatical fixes [ci skip] | karanarora | 2015-05-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spelling fix [ci skip] example to be consistent [ci skip] grammatical fix typo fixes [ci skip] | |||||
* | | | | | | Link association.exists?(...) to API docs [ci skip] | Eliot Sykes | 2015-05-22 | 1 | -2/+6 | |
| | | | | | | ||||||
* | | | | | | Make link to configuring guide relative [ci skip] | Eliot Sykes | 2015-05-22 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #20244 from y-yagi/remove_div_for_from_guide | Kasper Timm Hansen | 2015-05-21 | 1 | -20/+0 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove reference to `div_for` method from guide [ci skip] | |||||
| * | | | | | | remove reference to `div_for` method from guide [ci skip] | yuuji.yaginuma | 2015-05-21 | 1 | -20/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | `div_for` removed in 01e94ef | |||||
* | | | | | | | Rails documentation standard is american english. [ci skip] | Ronak Jangir | 2015-05-20 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Rails documentation standard is american english. [ci skip] | karanarora | 2015-05-20 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Fix broken link for minitest. [ci skip] | Arun Agrawal | 2015-05-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | For more details see #20222 | |||||
* | | | | | | | Merge pull request #20222 from Gaurav2728/gaurav-update_ruby_links | Yves Senn | 2015-05-20 | 3 | -4/+4 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | [ci skip] updated ruby doc links; for rails next version of ruby will be 2.2x | |||||
| * | | | | | | | [ci skip] update ruby doc links; for rails next version ruby 2.2+ will be ↵ | Gaurav Sharma | 2015-05-20 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | supported only | |||||
* | | | | | | | | Rails 5.0 will target Ruby 2.2+, correct rails guide example [ci skip] | Gaurav Sharma | 2015-05-20 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* / / / / / / | Updated postgresql documentation link to use latest version [ci skip] | Ronak Jangir | 2015-05-20 | 2 | -20/+20 | |
|/ / / / / / | ||||||
* | | | | | | [ci skip] add to doc that acceptance validator allows `nil` by default | Roque Pinel | 2015-05-19 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | updated squash docs-section [ci skip] | Gourav Tiwari | 2015-05-19 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I happen to squash my couple of commits and when followed steps from guide, I observed that I have to give a commit id after which I want to squash. If I don't provide one it picks last 3 commits, which might not include my commits to squash. Refer: http://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git |