Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use https for github url | Vijay Dev | 2011-10-07 | 1 | -1/+1 |
| | |||||
* | Correct formatting | mhutchin | 2011-10-07 | 1 | -5/+1 |
| | |||||
* | Replace the reference to the annotate_models plugin (unchanged since 2008) ↵ | mhutchin | 2011-10-07 | 1 | -1/+5 |
| | | | | with more current annotate_models gem | ||||
* | copy editing | Vijay Dev | 2011-10-05 | 1 | -1/+1 |
| | |||||
* | Several small corrections and improvements to the Migrations and Active ↵ | Manuel Menezes de Sequeira | 2011-10-03 | 1 | -32/+30 |
| | | | | Record Basics guides. | ||||
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -6/+0 |
| | |||||
* | Fix ruby typo to correctly render code block in initializer.textile | Jeff Dutil | 2011-08-16 | 1 | -0/+1 |
| | |||||
* | rephrase how the verbose methods in a migration work | Vijay Dev | 2011-08-14 | 1 | -3/+3 |
| | |||||
* | minor changes in migrations guide | Vijay Dev | 2011-08-13 | 1 | -4/+4 |
| | |||||
* | fixed incorrect tags | Vijay Dev | 2011-08-13 | 1 | -16/+16 |
| | |||||
* | Updated migrations.textile to clarify Using Models in Your Migrations | Mike Howard | 2011-07-24 | 1 | -18/+85 |
| | | | | | Rewrote entire section including example code, error message, and work around. | ||||
* | Merge pull request #52 from dyba/651cabc69a6cd661bc33824b995c2242fb65befe | Vijay Dev | 2011-07-15 | 1 | -12/+27 |
|\ | | | | | Modified migrations file | ||||
| * | Modified Migrations file | Daniel Dyba | 2011-07-13 | 1 | -12/+27 |
| | | |||||
* | | Replaced appropriate word. | Aslam Najeebdeen | 2011-07-13 | 1 | -1/+1 |
| | | |||||
* | | Revert "Included w3c_validators gem and modified Migrations file" | Vijay Dev | 2011-06-30 | 1 | -27/+12 |
| | | | | | | | | | | | | This reverts commit 1028226b00a3671a465b510880bd186ae26b2e3d. Reason: No code changes can be done in docrails. | ||||
* | | Included w3c_validators gem and modified Migrations file | Daniel Dyba | 2011-06-29 | 1 | -12/+27 |
|/ | |||||
* | fix typo in method name | Vijay Dev | 2011-06-25 | 1 | -1/+1 |
| | |||||
* | Revert "add missing methods supported by reversible migrations using the ↵ | Vijay Dev | 2011-06-25 | 1 | -4/+1 |
| | | | | | | | | | change method" This reverts commit 7f91eebae361f2f3a1558f6d899b372524509a2d. Reason: Incorrect documenting. The newly added methods to the list are not actually supported by reversible migrations. | ||||
* | add missing methods supported by reversible migrations using the change method | Vijay Dev | 2011-06-24 | 1 | -1/+4 |
| | |||||
* | minor edits in migrations guide | Vijay Dev | 2011-06-06 | 1 | -4/+4 |
| | |||||
* | Explicitly use ActiveRecord::IrreversibleMigration | Malcolm Locke | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | added the list of reversible commands in the newer migrations | Vijay Dev | 2011-04-26 | 1 | -2/+6 |
| | |||||
* | minor changes in migrations guide | Vijay Dev | 2011-04-26 | 1 | -7/+5 |
| | |||||
* | Change from `self.(up|down)` to `(up|down)` method | Prem Sichanugrist | 2011-04-26 | 1 | -8/+8 |
| | |||||
* | Update guide to use `change` method in various places after migration ↵ | Prem Sichanugrist | 2011-04-26 | 1 | -37/+39 |
| | | | | generator has changed. | ||||
* | Remove extra whitespaces from guides | Sebastian Martinez | 2011-04-14 | 1 | -2/+2 |
| | |||||
* | more "SSL everywhere" for GitHub URLs | Akira Matsuda | 2011-03-07 | 1 | -1/+1 |
| | | | | see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere | ||||
* | standardize all shell commands with the $ prefix | Vijay Dev | 2011-02-25 | 1 | -10/+10 |
| | |||||
* | remove old school validations and replaced with new validates method. ↵ | eparreno | 2010-11-21 | 1 | -1/+1 |
| | | | | Pending: fix active_record guide | ||||
* | guides: gives clear instructions for feedback, removes links to the now ↵ | Xavier Noria | 2010-11-19 | 1 | -2/+0 |
| | | | | archived LH project | ||||
* | Changed environment.rb to application.rb | Ugis Ozols | 2010-10-25 | 1 | -1/+1 |
| | |||||
* | change 'a SQL' to 'an SQL' as suggested by the api documentation guidelines | Jaime Iniesta | 2010-08-26 | 1 | -1/+1 |
| | |||||
* | Migrations guide: minor typos corrected | Jaime Iniesta | 2010-07-15 | 1 | -3/+4 |
| | |||||
* | migration, correct file and created a code sample out of it. | Rohit Arondekar | 2010-05-07 | 1 | -1/+5 |
| | |||||
* | Migrations, rewrote a sentence for clarity. | Rohit Arondekar | 2010-05-06 | 1 | -1/+1 |
| | |||||
* | Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in ↵ | Anil Wadghule | 2010-04-12 | 1 | -1/+1 |
| | | | | significant places. | ||||
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 1 | -5/+5 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Merge docrails | Pratik Naik | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-07-25 | 1 | -6/+6 |
| | |||||
* | Merge docrails | Pratik Naik | 2009-03-16 | 1 | -23/+23 |
| | |||||
* | Merge with docrails | Pratik Naik | 2009-02-24 | 1 | -38/+49 |
| | |||||
* | Merge docrails along with the new guides and guides generation code | Pratik Naik | 2009-02-06 | 1 | -0/+580 |