Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | fix typo and indent. [ci skip] | Yves Senn | 2014-01-30 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #13774 from prathamesh-sonpatki/post-to-article | Yves Senn | 2014-01-30 | 20 | -407/+429 | |
|\ \ \ \ \ | | | | | | | | | | | | | Replace Post model with Article model in getting started guide [ci skip] | |||||
| * | | | | | Replace Post with Article in getting started guide [ci skip] | Prathamesh Sonpatki | 2014-01-25 | 20 | -407/+429 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Used Article model instead of Post as it may confuse with 'post' requests - Tried to wrap the guide to 80 chars lines as much as possible. - Removed unused image - Fixes #13764 | |||||
* | | | | | Improve documentation [ci skip] | Rafael Mendonça França | 2014-01-30 | 1 | -2/+3 | |
| | | | | | ||||||
* | | | | | Add `travel_back` to remove stubs from `travel` and `travel_to` | Rafael Mendonça França | 2014-01-30 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | Modify the session serializer implementation | Guillermo Iguaran | 2014-01-30 | 1 | -11/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Rename allowed options to :marshal and :json, for custom serializers only allow the use of custom classes. | |||||
* | | | | | Merge pull request #13876 from sowjumn/master | Rafael Mendonça França | 2014-01-29 | 1 | -10/+5 | |
|\ \ \ \ \ | | | | | | | | | | | | | Added some style changes in asset pipeline documentation | |||||
| * | | | | | Added some style changes in asset pipeline documentation | sowjanya | 2014-01-29 | 1 | -10/+5 | |
| | | | | | | ||||||
* | | | | | | Fix documentation of new controller filters api [ci skip] | Kassio Borges | 2014-01-29 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The api for filters with classes change and the guides weren't updated. Now the class must respond for methods with the same name as the filter, so the `before_action` calls a `before` method, and so on. The method `#filter` has been deprecated in 4.0.0 and has been removed in 4.1.0: #7560 | |||||
* | | | | | | Allow session serializer key in config.session_store | Lukasz Sarnacki | 2014-01-29 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MessageEncryptor has :serializer option, where any serializer object can be passed. This commit make it possible to set this serializer from configuration level. There are predefined serializers (:marshal_serializer, :json_serialzier) and custom serializer can be passed as String, Symbol (camelized and constantized in ActionDispatch::Session namepspace) or serializer object. Default :json_serializer was also added to generators to provide secure defalt. | |||||
* | | | | | | Merge pull request #13864 from sowjumn/master | Rafael Mendonça França | 2014-01-28 | 1 | -1/+6 | |
|\| | | | | | | | | | | | | | | | | | Added documentation for css_compressor in asset_pipeline.md | |||||
| * | | | | | Added documentation for css_compressor | sowjanya | 2014-01-28 | 1 | -1/+6 | |
| | | | | | | ||||||
* | | | | | | Log which keys were set to nil in deep_munge | Lukasz Sarnacki | 2014-01-28 | 3 | -0/+51 | |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deep_munge solves CVE-2013-0155 security vulnerability, but its behaviour is definately confuisng. This commit adds logging to deep_munge. It logs keys for which values were set to nil. Also mentions in guides were added. | |||||
* | | | | | Merge pull request #13832 from kassio/setup-for-raise-missing-translations | Rafael Mendonça França | 2014-01-27 | 1 | -0/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | Rails config for raise on missing translations | |||||
| * | | | | | Rails config for raise on missing translations | Kassio Borges | 2014-01-27 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a config to setup whether raise exception for missing translation or not. | |||||
* | | | | | | docs, remove deprecation entry in favor of abe6484. [ci skip] | Yves Senn | 2014-01-27 | 1 | -5/+0 | |
| | | | | | | ||||||
* | | | | | | mention #13314 in 4.1 release notes. refs #12140. [ci skip] | Yves Senn | 2014-01-27 | 1 | -0/+3 | |
|/ / / / / | ||||||
* | | | | | docs, clarify usage of `action_mailer.default_options`. [ci skip]. Closes ↵ | Yves Senn | 2014-01-27 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | #13820. | |||||
* | | | | | Ruby on Rails 4.1 Release Notes: Fix spelling [ci skip] | Francis Go | 2014-01-27 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Rename subsecond_fraction_digits option to time_precision | Andrew White | 2014-01-26 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | adds a section about booleans in the API guidelines [ci skip] | Xavier Noria | 2014-01-26 | 1 | -0/+47 | |
| | | | | | ||||||
* | | | | | API guidelines: revises warning about +...+ [ci skip] | Xavier Noria | 2014-01-26 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modern RDoc accepts a few more things in +...+. In particular symbols work now. The current regexp in RDoc is https://github.com/rdoc/rdoc/blob/v4.1.1/lib/rdoc/markup/attribute_manager.rb#L133. | |||||
* | | | | | Fix order syntax in find_by_sql example | Greg Saks | 2014-01-26 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Correct grammar from '... allowing both thread web servers ...' to '... ↵ | Adrien Lamothe | 2014-01-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | allowing both threaded web servers ...'. | |||||
* | | | | | Reordered classes in AR Validation #validates_with example [ci skip] | John Olmsted & Strand McCutchen | 2014-01-24 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Person called GoodnessValidator before it was defined. This change will compile the example correctly. | |||||
* | | | | | Merge pull request #13728 from semenyukdmitriy/master | Yves Senn | 2014-01-22 | 2 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Added missing `file` delivery method to the Configuration Guide | |||||
| * | | | | [ci skip] Added missing `file` delivery method | Semenyuk Dmitriy | 2014-01-22 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | docs should say `email` not `Email`. [ci skip] | Yves Senn | 2014-01-20 | 2 | -3/+3 | |
| |/ / / |/| | | | ||||||
* | | | | docs, hyperlink the `Mail gem` in Action Mailer guide. [ci skip] | Yves Senn | 2014-01-20 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | let's link to the gem README not to the upgrading guide. [ci skip] | Yves Senn | 2014-01-20 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PR #13767 added link to the upgrading guide to explain details about activerecord_deprecated-finders. However the link target features a stack of changes not releated at all. Also the relevant details are not very informative. I think we better link to the README so people can see what the gem is about and how to use it. /cc @chancancode @zzak | |||||
* | | | | Merge pull request #13767 from zzak/doc_4_1_release_notes_deprecated_finders | Godfrey Chan | 2014-01-20 | 1 | -0/+3 | |
|\ \ \ \ | | | | | | | | | | | Add link to upgrade guide for full list of deprecated finders [ci skip] | |||||
| * | | | | Add link to upgrade guide for full list of deprecated finders [ci skip] | Zachary Scott | 2014-01-19 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | 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 | 3 | -4/+4 | |
| | | | | | ||||||
* | | | | | Correct the version number to 4 in guides[ci skip] | Charlie Jade | 2014-01-18 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Only some dynamic finders are deprecated. | Rafael Mendonça França | 2014-01-16 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | find_by_* and find_by_*! are not deprecated for example, so lets add a note only where it is needed [ci skip] | |||||
* | | | | clean up security guide: his => their [ci skip] | Rex Feng | 2014-01-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Use single quotes in generated files | Chulki Lee | 2014-01-14 | 3 | -8/+8 | |
| | | | | ||||||
* | | | | Merge pull request #13705 from mess110/controller_generator_route_quotes | Carlos Antonio da Silva | 2014-01-14 | 1 | -5/+5 | |
|\ \ \ \ | | | | | | | | | | | Single quotes for controller generated routes. This is more consistent with all other Rails generated code. | |||||
| * | | | | single quotes for controller generated routes | Cristian Mircea Messel | 2014-01-14 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Write routes in route.rb with single quotes get 'welcome/index' instead of get "welcome/index" | |||||
* | | | | | Merge pull request #13706 from prathamesh-sonpatki/issue-13125 | Yves Senn | 2014-01-14 | 1 | -3/+10 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix fields_for documentation with index option [ci skip] | |||||
| * | | | | | Fix fields_for documentation with index option [ci skip] | Prathamesh Sonpatki | 2014-01-14 | 1 | -3/+10 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fields_for documentation with index option was wrong. - It does not work with passing model as it is. - Changed the example by passing id of the address object. - Fixes #13125. | |||||
* / / / / | [ci skip] Added alias to CSRF | Uday Kadaboina | 2014-01-14 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | updates screenshot data [ci skip] | Xavier Noria | 2014-01-13 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | revises a few things in the getting started guide [ci skip] | Xavier Noria | 2014-01-13 | 5 | -121/+129 | |
| | | | | | | | | | | | | | | | | More to come. | |||||
* | | | | Updated Changelog to reflect removal of :dependent => :restrict | Rystraum Gamonez | 2014-01-14 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | Based on https://github.com/rails/rails/issues/2502, the option has been removed. | |||||
* | | | | upgrade SDoc | Xavier Noria | 2014-01-12 | 2 | -8/+6 | |
| | | | | | | | | | | | | | | | | Kudos to @zzak for taking over SDoc and make it work with RDoc 4. | |||||
* | | | | [ci skip] - error_messages_for has been deprecated since 2.3.8 - lets reduce ↵ | leriksen | 2014-01-10 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | any confusion for users | |||||
* | | | | Merge pull request #13582 from schneems/schneems/preserve-connection-behavior | Rafael Mendonça França | 2014-01-09 | 1 | -1/+118 | |
|\ \ \ \ | | | | | | | | | | | Ensure Active Record connection consistency |