| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the change in `nil` handling for serialized attributes | Godfrey Chan | 2014-07-15 | 1 | -0/+5 |
* | [ci skip] Document millisecond precision change in ActiveSupport::TimeWithZon... | Eugene Gilburg | 2014-07-09 | 1 | -2/+12 |
* | [ci skip] Improve callback code example for 4.1 upgrade docs. | Nick Pellant | 2014-07-07 | 1 | -4/+4 |
* | Add callbacks documentation for upgrading to 4.1. | Nick Pellant | 2014-07-07 | 1 | -0/+14 |
* | [ci skip] Add missing prologue section of upgrading ruby on rails guide. | Juanito Fatas | 2014-07-01 | 1 | -0/+2 |
* | Merge pull request #15810 from maurogeorge/guides-rails-update | Yves Senn | 2014-06-24 | 1 | -0/+23 |
|\ |
|
| * | Add rails:update to the upgrading guides | Mauro George | 2014-06-19 | 1 | -0/+23 |
* | | Small typo | Anton Cherepanov | 2014-06-23 | 1 | -2/+2 |
* | | [ci skip] Fix typo in 4.1 upgrade/flash structure | Dan Rice | 2014-06-19 | 1 | -1/+1 |
|/ |
|
* | Create 4.2 release notes guide scaffold [ci skip] | Zachary Scott | 2014-06-13 | 1 | -0/+6 |
* | Update guides to mention 3.2.18. | George Ogata | 2014-05-30 | 1 | -4/+5 |
* | Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] | John Kelly Ferguson | 2014-05-21 | 1 | -1/+1 |
* | Use generated binstubs in guides examples. | Josef Šimánek | 2014-05-20 | 1 | -1/+1 |
* | doc, pg `hstore` and `json` columns are mapped as `Hash`. [ci skip] | Yves Senn | 2014-05-17 | 1 | -0/+8 |
* | remove trailing whitespace. [ci skip] | Yves Senn | 2014-05-17 | 1 | -3/+3 |
* | Correct factual error for page not found | Parth Bharadiya | 2014-04-10 | 1 | -1/+1 |
* | Merge pull request #14654 from Alamoz/secret_key | Rafael Mendonça França | 2014-04-09 | 1 | -4/+7 |
|\ |
|
| * | Expand explanation of how to set secrets.yml. [ci skip] | Adrien Lamothe | 2014-04-08 | 1 | -4/+7 |
* | | upgrading section for 4.1 is no longer WIP. [ci skip] | Yves Senn | 2014-04-09 | 1 | -2/+0 |
|/ |
|
* | Fix cookie serializer docs | Carlos Antonio da Silva | 2014-04-02 | 1 | -3/+3 |
* | Fixed small documentation typo | Alessandro Tagliapietra | 2014-04-02 | 1 | -1/+1 |
* | Added a warning about serializing data with JSON cookie jars [skip ci] | Godfrey Chan | 2014-03-19 | 1 | -0/+24 |
* | docs, flash message keys are normalized to strings. [ci skip] | Yves Senn | 2014-03-05 | 1 | -0/+20 |
* | [ci skip] update guides to new version of rails 3.2.x | Kuldeep Aggarwal | 2014-02-21 | 1 | -2/+2 |
* | Typo fix for unscope | Amit Thawait | 2014-02-18 | 1 | -1/+1 |
* | Update upgrading guide regarding `render :text` | Prem Sichanugrist | 2014-02-18 | 1 | -0/+19 |
* | Merge pull request #14095 from rails/rm-scopes | Rafael Mendonça França | 2014-02-18 | 1 | -0/+67 |
|\ |
|
| * | Don't use `# =>` when it is not the expression values | Rafael Mendonça França | 2014-02-18 | 1 | -9/+9 |
| * | Fix the column name [ci skip] | Rafael Mendonça França | 2014-02-18 | 1 | -6/+6 |
| * | Document the default scopes change on the release notes, CHANGELOG | Rafael Mendonça França | 2014-02-18 | 1 | -0/+67 |
* | | Minor grammar/punctuation fixes [ci skip] | Carlos Antonio da Silva | 2014-02-18 | 1 | -4/+3 |
* | | Doc: assets:precompile:all was removed on 4 [skip ci] | Arthur Neves | 2014-02-18 | 1 | -1/+1 |
|/ |
|
* | Updated CHANGELOG, docs, guides and release notes. | Godfrey Chan | 2014-02-11 | 1 | -0/+13 |
* | Fix a typo that says you application [ci skip] | Arel English | 2014-01-20 | 1 | -1/+1 |
* | Correcting link that is pointing to Rails blog [ci skip] | Rajesh Thummalapally | 2014-01-19 | 1 | -1/+1 |
* | Spring in now under rails/spring [ci skip] | Rashmi Yadav | 2014-01-19 | 1 | -1/+1 |
* | Use single quotes in generated files | Chulki Lee | 2014-01-14 | 1 | -5/+5 |
* | Updated Changelog to reflect removal of :dependent => :restrict | Rystraum Gamonez | 2014-01-14 | 1 | -0/+4 |
* | Automatically maintain test database schema | Jon Leighton | 2014-01-02 | 1 | -0/+7 |
* | Mention new CSRF protection gotcha in upgrade guide | Jeremy Kemper | 2013-12-17 | 1 | -1/+26 |
* | Merge pull request #13314 from laurocaetano/blacklist_array_methods | Jeremy Kemper | 2013-12-17 | 1 | -0/+17 |
|\ |
|
| * | Create a blacklist to disallow mutator methods to be delegated to `Array`. | Lauro Caetano | 2013-12-17 | 1 | -0/+17 |
* | | Merge pull request #13346 from chancancode/release_notes_etc | Yves Senn | 2013-12-17 | 1 | -0/+27 |
|\ \ |
|
| * | | Some assorted fixes for the 4.1 release notes: | Godfrey Chan | 2013-12-17 | 1 | -0/+27 |
| |/ |
|
* / | Add changelog and upgrading notice related to I18n enforce_available_locales ... | Carlos Antonio da Silva | 2013-12-17 | 1 | -0/+17 |
|/ |
|
* | copy-edits 68abbac [ci skip] | Xavier Noria | 2013-12-12 | 1 | -10/+22 |
* | Warn about using `return` inside inline callback blocks [ci skip] | Godfrey Chan | 2013-12-11 | 1 | -0/+33 |
* | capitalize words starting after numbered list to maintain consistency [ci skip] | Prashant Sahni | 2013-12-06 | 1 | -3/+3 |
* | update guides to new version of rails 3.2.x[ci skip] | Kuldeep Aggarwal | 2013-12-05 | 1 | -2/+2 |
* | add Spring as major feature in the 4.1 release notes. [ci skip] | Yves Senn | 2013-12-04 | 1 | -0/+12 |