Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetic fixes [ci skip] | Yauheni Dakuka | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | [ci skip] Change ++ by markdown quotes | Mikhail Dieterle | 2017-04-08 | 1 | -1/+1 |
| | |||||
* | Fix weird documentation line | Jon Moss | 2017-03-12 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Second editing pass on "Active Model Basics" guide | Jon Moss | 2017-03-12 | 1 | -16/+18 |
| | | | | | | Lots of grammar, etc fixes. [ci skip] | ||||
* | First editing pass on "Active Model Basics" guide | Jon Moss | 2017-03-12 | 1 | -11/+12 |
| | | | | | | Lots of grammar, etc fixes. [ci skip] | ||||
* | Fix spelling | Jonathan Chen | 2017-03-03 | 1 | -1/+1 |
| | | | [ci skip] | ||||
* | Minor doc fix related to ActiveModel::SecurePassword [ci skip] | Aditya Kapoor | 2016-08-11 | 1 | -2/+5 |
| | |||||
* | Fix Active Model basics introduction to indicate it only introduces us to ↵ | Vipul A M | 2016-04-05 | 1 | -1/+1 |
| | | | | | | integration and not complete i18n framework. [ci skip] | ||||
* | Fix grammar `a` to `an` [ci skip] | Ryuta Kamizono | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Refer to rails command instead of rake in a bunch of places | David Heinemeier Hansson | 2015-12-18 | 1 | -1/+1 |
| | | | | Still more to do. Please assist! | ||||
* | Update docs/comments to use setup/teardown blocks vs. methods. | Ken Collins | 2015-11-03 | 1 | -3/+3 |
| | | | | As discussed in the minitest-spec-rails issue (http://git.io/vlHxx) Rails uses setup/teardown callbacks. Defining `setup` or `teardown` methods vs. blocks will yield inconsistent behavior in the callback chain. | ||||
* | [ci skip] Improve readability in active model basics guide | Tim Wade | 2015-10-18 | 1 | -7/+7 |
| | | | | | * adds/removes a few words * removes an unnecessary comma | ||||
* | add a description of the return value that was missing [ci skip] | yuuji.yaginuma | 2015-09-03 | 1 | -1/+1 |
| | |||||
* | [ci skip] Modify introduction text and bullets to be consistent with other ↵ | Brooks Reese | 2015-08-10 | 1 | -5/+5 |
| | | | | guides | ||||
* | Remove XML Serialization from core. | Zachary Scott | 2015-08-07 | 1 | -59/+2 |
| | | | | | | | This includes the following classes: - ActiveModel::Serializers::Xml - ActiveRecord::Serialization::XmlSerializer | ||||
* | Merge pull request #18503 from vipulnsward/guides-in-on | Xavier Noria | 2015-01-14 | 1 | -1/+1 |
|\ | | | | | Changed `IN` to `ON` in markdown renderer condition | ||||
| * | - Changed `IN` to `ON` in markdown renderer condition | Vipul A M | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | - Changed `IN` to `ON` in all note sentences in guides. | ||||
* | | Change 'a' to 'an' for 'XML' word [ci skip] | Santosh Wadghule | 2015-01-12 | 1 | -2/+2 |
|/ | |||||
* | warn about reading guides in GitHub | Xavier Noria | 2014-12-23 | 1 | -0/+2 |
| | | | | References #18148. | ||||
* | Fix typo in Active Model guide | Prathamesh Sonpatki | 2014-10-05 | 1 | -2/+2 |
| | | | | | - instrospection -> introspection. - [ci skip] | ||||
* | [ci skip] Merge ActiveModel::SecurePassword guide from @aditya-kapoor | Zachary Scott | 2014-10-04 | 1 | -0/+46 |
|\ | | | | | | | | | | | | | Merge branch 'active-model-secure-password-guide' of https://github.com/aditya-kapoor/rails into aditya-kapoor-active-model-secure-password-guide Conflicts: guides/source/active_model_basics.md | ||||
| * | [ci skip] add guide for ActiveModel::SecurePassword | Aditya Kapoor | 2014-08-11 | 1 | -0/+46 |
| | | |||||
* | | Edits to ActiveModel guide [ci skip] | Nick Meehan | 2014-10-04 | 1 | -36/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Some grammatical errors and rewording of sentences throughout document - Renaming headers to be more human readable, and if following paragraphs do not include module names, adding those in - In ActiveModel::AttributeMethods * formatting expected output correctly, changing from `#` to `# =>` - In ActiveModel::Dirty * changing expected output of person.first_name_was from "First Name" to nil * removing 'active_model' requirement at top of code snippet - In ActiveModel::Validations * originally Person.new(token: "2b1f325") raises an argument error (1 for 0), so setting of attribute occurs on the line after object instantiation - In ActiveModel::Naming * closing code snippet tag at end of section so ActiveModel::Model is a separate section - In ActiveModel::Model * fixing spelling mistake of attr_accessor - In ActiveModel::Serialization * adding edit to description of how from_json and from_xml works under serialization - In ActiveModel::Lint::Tests * capitalizing person for class name | ||||
* | | Add Active Model to guides [ci skip] | Mauro George | 2014-10-04 | 1 | -14/+297 |
| | | |||||
* | | Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`. | Rafael Mendonça França | 2014-07-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | These methods may cause confusion with the `reset_changes` that behaves differently of them. Also rename undo_changes to restore_changes to match this new set of methods. | ||||
* | | [ci skip] add guide for ActiveModel::Naming | Aditya Kapoor | 2014-07-05 | 1 | -0/+23 |
|/ | |||||
* | Merge pull request #10816 from bogdan/less-dirty-dirty | Rafael Mendonça França | 2013-09-23 | 1 | -1/+1 |
| | | | | Make AM::Dirty less dirty to plugin into AR or other library | ||||
* | Changing the wordings in a few places | Akshay Khole | 2013-05-04 | 1 | -2/+2 |
| | |||||
* | comments in the callbacks description are in present tense | Akshay Khole | 2013-05-04 | 1 | -3/+3 |
| | |||||
* | Fix Active Record validation error messages markup in guides | Carlos Antonio da Silva | 2012-12-04 | 1 | -18/+18 |
| | | | | | | | | | | The other way it was not marking the text as italic, it was showing the underlines as normal text. Also fixes some code examples indentation and # => marks in Active Model and Active Record guides. [ci skip] | ||||
* | Improve the Active Model guide [ci skip] | Carlos Antonio da Silva | 2012-12-04 | 1 | -33/+27 |
| | |||||
* | Fixing a couple of spelling mistakes | Ershad K | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -0/+2 |
| | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
* | Remove 'This guide is based on ' warnings. | Steve Klabnik | 2012-11-29 | 1 | -2/+0 |
| | | | | It's obvious that the guide is based on this version of Rails, and may not be backwards compatible. | ||||
* | ActiveRecord -> Active Record | Steve Klabnik | 2012-11-29 | 1 | -1/+1 |
| | | | | | The proper name, as per the documentation guides, is 'Active Record.' I've updated several references to it as 'ActiveRecord'. | ||||
* | Switch to 1.9 hash syntax | Agis Anastasopoulos | 2012-11-15 | 1 | -4/+4 |
| | |||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -10/+12 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -18/+18 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+204 |