Commit Graph
22 Commits
Author SHA1 Message Date
Jason Denney a307d5f6d5 Load bike brands and models into sqlite3, This will work for now 2012-12-08 15:00:24 -05:00
Jason Denney 7bf4c4d601 Added bike_brands and bike_models sql data
-Update some migrations to match source schema, will need to add timestamps back eventually
2012-12-08 14:59:49 -05:00
Jason Denney 6937cc3146 Added sql for bike brands and their models 2012-12-08 14:22:43 -05:00
Jason Denney 609870c264 removing puts, and fixing File.join 2012-12-08 09:44:02 -05:00
Jason Denney 7ba1ef6225 move test/fixtures to db/seed/fixtures since they are only used for seeding, not testing. 2012-12-08 09:43:46 -05:00
Jason Denney c99d1e5f55 Can now seed via rake db:seed
Only using fixtures for seeding, using factories for testing.  
-For some reason, module fixtures won't auto create dates, must include updated_at and created_at dates in fixture.
2012-12-07 10:39:13 -05:00
Jason Denney 718b04e7c0 Remove set_fixture_class, that's not how it's used 2012-12-07 10:34:49 -05:00
Jason Denney b08197256f Bike seed data in fixtures 2012-12-06 17:14:42 -05:00
Jason Denney 351f303532 Adding some actsasloggable models (to be included by gem eventually) 2012-12-06 17:14:05 -05:00
Jason Denney 575651a325 Adding some Bike models 2012-12-06 17:13:39 -05:00
Jason Denney f7d36328a5 First start at Bike Model 2012-12-05 09:25:26 -05:00
Jason Denney 56da361bca Edit migration to allow a user to own a bike 2012-12-05 09:25:14 -05:00
Jason Denney 70b7b33909 Adding transaction migration 2012-12-05 00:07:04 -05:00
Jason Denney 34c13a7717 Make sure some columns are never null. 2012-12-04 23:36:50 -05:00
Jason Denney 312fa7d787 Adding bike attribute tables migrations 2012-12-04 23:15:34 -05:00
Jason Denney 2ac1b7dcd9 formatting 2012-12-04 23:14:53 -05:00
Jason Denney 8f276b6ffc Added bike_statuses. 2012-12-04 21:53:05 -05:00
Jason Denney d6622b1bbd Add User Profile migration 2012-12-04 20:51:34 -05:00
Jason Denney 219d7616c6 Add bike migration 2012-12-04 17:35:02 -05:00
Jason Denney ea8dd6842c Adding acts_as_loggable migrations 2012-12-04 17:08:18 -05:00
Jason Denney f5be9ca6ff Add acts_as_loggable gem 2012-12-04 17:07:43 -05:00
Jason Denney aa3ed3d43b git init 2012-12-04 00:46:15 -05:00