aboutsummaryrefslogtreecommitdiffstats
path: root/db/seeds.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update default_page_part title and slug in seedHEADmasterBrice Sanchez2016-06-101-1/+1
| | | #460
* Remove Harcoded page_urlAdrien Russo2015-02-161-3/+3
|
* Specify position for each page part when seeding db.Uģis Ozols2013-09-041-2/+2
| | | | #318
* Refinery::Page no longer has a position column.Pete Higgins2012-02-221-1/+0
|
* Move some of the Refinery::Setting's over to Refinery::Blog.Uģis Ozols2012-02-041-1/+1
|
* .find(:all) -> .allUģis Ozols2012-02-021-1/+1
|
* Make DB seed idempotent.Pete Higgins2012-01-081-1/+1
|
* use new syntax for config accessorsShaun2012-01-021-1/+1
|
* Remove accidentally generated content from end of seed fileJamie Winsor2011-11-141-7/+0
|
* Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-091-1/+8
| | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* Update blog generator to use Rails 3.1 baseJamie Winsor2011-10-271-0/+20
Seeds will now follow Rails 3.1 conventions