Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -218/+0 |
| | |||||
* | Deprecate set_table_name in favour of self.table_name= or defining your own ↵ | Jon Leighton | 2011-11-29 | 1 | -2/+2 |
| | | | | method. | ||||
* | Several small corrections and improvements to the Migrations and Active ↵ | Manuel Menezes de Sequeira | 2011-10-03 | 1 | -28/+29 |
| | | | | Record Basics guides. | ||||
* | Updates to remove extra whitespaces and notably fix a whitespace issue with ↵ | Jeff Dutil | 2011-08-16 | 1 | -1/+0 |
| | | | | ajax_on_rails causing a code block not to render the entire block properly. | ||||
* | Change http://api.rubyonrails.com to http://api.rubyonrails.org | Guillermo Iguaran | 2011-06-05 | 1 | -2/+2 |
| | |||||
* | use new AR api | Vijay Dev | 2011-01-14 | 1 | -1/+1 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Guides: renaming to active_record_validations_callbacks for consistency and ↵ | Bryan Woods | 2010-06-16 | 1 | -2/+2 |
| | | | | updating links to reflect new path | ||||
* | Active Record Basics - Separate and clarify the explanations for ↵ | rspeicher | 2010-06-14 | 1 | -2/+4 |
| | | | | created_at/on and updated_at/on | ||||
* | Active Record Basics - Style and grammar edits | rspeicher | 2010-06-14 | 1 | -17/+21 |
| | | | | | - "i.e." should be "e.g." in these cases, and include the comma - Newline consistency before/after Ruby blocks - Conform to the apparent guide standard of "Active Record" over "ActiveRecord" | ||||
* | I have updated the documentation according to ticket #4263 about fixtures ↵ | Franck Verrot | 2010-05-16 | 1 | -1/+9 |
| | | | | | | and set_fixture_class Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Updates to active record basics: reworked what is section, added CRUD ↵ | Jay Pignata | 2009-08-13 | 1 | -33/+102 |
| | | | | methods, added migrations blurb and link to migrations guide | ||||
* | Fixed some links pointing to guides.rails.info to relative links. Fixed ↵ | Joseph Pecoraro | 2009-05-30 | 1 | -3/+3 |
| | | | | hashs as well. | ||||
* | Grammer: 'a' => 'an' where applicable. | Joseph Pecoraro | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | revised case in titles of AR basics guide | Xavier Noria | 2009-03-14 | 1 | -4/+4 |
| | |||||
* | Fix some spelling errors in the Active Record Basics guide | James Miller | 2009-02-06 | 1 | -9/+9 |
| | |||||
* | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+135 |