Velocipede's User, Sales, and Bike Inventory Web App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ilya Konanykhin 0f1dab1ad1 BikeCsvImporter: add import of brands as a separate step 7 years ago
..
acts_as_loggable Completed adding transactions 11 years ago
bike_csv_importer BikeCsvImporter: add import of brands as a separate step 7 years ago
.gitkeep git init 12 years ago
ability.rb Fix User being able to add bikes 10 years ago
bike.rb BikeCsvImporter: make Bike#bike_model_id field accessible and specify it as a foreign key explicitly 7 years ago
bike_brand.rb Order bike brands and models alphabetically 12 years ago
bike_condition.rb Needed some to_s 12 years ago
bike_csv_importer.rb BikeCsvImporter: add import of brands as a separate step 7 years ago
bike_model.rb Moving bike model to the bikes table 11 years ago
bike_purpose.rb Changing bike_status to bike_purporse 11 years ago
bike_style.rb Needed some to_s 12 years ago
bike_wheel_size.rb Don't attempt to show a wheel size if it's blank 11 years ago
credit_conversion.rb Added credit tracking and stats 11 years ago
customer.rb Some Transactions view adjustments 11 years ago
role.rb Changing UserRole to UserRoleJoin 11 years ago
task.rb Needed to add task_list_id as attr_accessible 11 years ago
task_list.rb Adding api task_lists#show and spec, edit.haml updates 10 years ago
team.example git init 12 years ago
team_membership.example git init 12 years ago
time_entry.rb Added delete time entry feature spec 10 years ago
transaction.rb Creating Transactions works 11 years ago
user.rb Fix: user email should be null instead of empty string 7 years ago
user_profile.rb Registration form now remembers field values for nested form errors 11 years ago
user_role_join.rb Use `self.table_name = ` instead of set_table_name to avoid deprecation warning 11 years ago