Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert f906ef0 but maintain table name improvements | Philip Arndt | 2013-07-14 | 1 | -0/+17 |
| | |||||
* | Squash migrations. | Uģis Ozols | 2012-11-23 | 1 | -17/+0 |
| | | | | | This also makes sure tags and taggings tables doesn't exist before trying to create them. | ||||
* | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 1 | -0/+17 |
* Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale. |