Jason Denney
a42aba6961
Ignore extjs library, icons, and .DS_Store
12 years ago
Jason Denney
9b7ca53f8e
remove comment
12 years ago
Jason Denney
c00c8fa3df
Fixed user profiles and added NOTE action to bike_logs
12 years ago
Jason Denney
b11d04a397
Removing puts and console.logs
12 years ago
Jason Denney
3ac630f9f3
Round hours on stats page
12 years ago
Jason Denney
665cc9f97a
Update stats when user log grid updated, and other stuff
12 years ago
Jason Denney
189137ba9d
Almost usable, still a lot of work left
-Moved bikes to User model instead of profile
-User can copy user log to a bike log with new actsasloggable
-Added user stats
-some css was messing up checkboxes, need to figure out which stylesheet was doing that
12 years ago
Jason Denney
922af526c1
Order bike brands and models alphabetically
12 years ago
Jason Denney
db9982dcd2
Added user roles and authentication, sign in/out
12 years ago
Jason Denney
bb27c7a585
Removing unused file
12 years ago
Jason Denney
a626395648
Fixed associated attribute headers
12 years ago
Jason Denney
3f850d61f1
Added extra status to bike statuses
12 years ago
Jason Denney
39246da893
Added default times to log forms
12 years ago
Jason Denney
4ebcbca081
Still a work in progress
12 years ago
Jason Denney
985451f959
Remove Unused file
12 years ago
Jason Denney
d7f5eb26bf
Experimenting with Netzke/ ExtJS
12 years ago
Jason Denney
ead5f7b433
Add bikes and users links to layouts
12 years ago
Jason Denney
d5b312fa54
Add users resources and paginate users index
12 years ago
Jason Denney
939ea5b9db
Refactored log controller, added log editing
Refactored log controller, added log editing
12 years ago
Jason Denney
c98c53de76
Got logs working for users and bikes
Not my best work, but it works, need to add transactions, need to add edit/show actions
12 years ago
Jason Denney
b2eefd8163
actsasloggable transaction actions fixtures, resources, controller, and views
12 years ago
Jason Denney
139f5ccf9b
ActsAsLoggable User Actions fixtures, resources, controller, and views
12 years ago
Jason Denney
7e0f43b271
Added BikeConditions resources, controller, and views
12 years ago
Jason Denney
ca8b945e03
Updating doesn't work on bike_actions
12 years ago
Jason Denney
a27c898ddb
Add acts_as_loggable/bike_actions resources, controller, and views
-Note that updating doesn't work due to expose gem perhaps? Need to fix
12 years ago
Jason Denney
b4f2abf05f
Rename models to singular
12 years ago
Jason Denney
4e6abf4a52
Needed some to_s
12 years ago
Jason Denney
d3c466761e
Add bike routes, controller, and views. Update model.
12 years ago
Jason Denney
885caefaf7
Create factory for seeding db with fake bikes, update seeds.rb
12 years ago
Jason Denney
e41426ea7b
Added bike styles routes, controller and views
12 years ago
Jason Denney
1c203d86f5
Fix instance variables to locals
12 years ago
Jason Denney
4ae03fc563
expose is awesome
12 years ago
Jason Denney
8d488c86a0
Added Bike Status routes, Controller and views
12 years ago
Jason Denney
747b8d9c4b
Added bike models controller and views
12 years ago
Jason Denney
62c70f4388
edit brand show.html
12 years ago
Jason Denney
2876a20148
Edit to brand and model models
12 years ago
Jason Denney
29af72787b
Add Bike Style model and defaults
12 years ago
Jason Denney
01923723ff
Add Bike Brand Controller and Views
12 years ago
Jason Denney
128cf32bfa
set per_page for bike brand
12 years ago
Jason Denney
0d5b93b0b1
fix if in seeds.rb
12 years ago
Jason Denney
3ce2cef2f6
Add extra default condition
12 years ago
Jason Denney
ff640580be
Add BikeBrand and BikeModel models
12 years ago
Jason Denney
a307d5f6d5
Load bike brands and models into sqlite3, This will work for now
12 years ago
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
12 years ago
Jason Denney
6937cc3146
Added sql for bike brands and their models
12 years ago
Jason Denney
609870c264
removing puts, and fixing File.join
12 years ago
Jason Denney
7ba1ef6225
move test/fixtures to db/seed/fixtures since they are only used for seeding, not testing.
12 years ago
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.
12 years ago
Jason Denney
718b04e7c0
Remove set_fixture_class, that's not how it's used
12 years ago
Jason Denney
b08197256f
Bike seed data in fixtures
12 years ago