.env.sample | |
|
|
.gitignore | |
|
|
.ruby-gemset | |
|
|
.ruby-version | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
Procfile | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/assets/images/background.png | |
|
|
app/assets/images/fixie.jpg | |
|
|
app/assets/images/header.png | |
|
|
app/assets/images/hybrid.jpg | |
|
|
app/assets/images/interstitial.png | |
|
|
app/assets/images/logo.png | |
|
|
app/assets/images/road.jpg | |
|
|
app/assets/images/touring.jpg | |
|
|
app/assets/javascripts/application.js.erb | |
|
|
app/assets/javascripts/main.js | 230 | F 2 wks |
|
app/assets/stylesheets/application.scss | |
|
|
app/assets/stylesheets/bootstrap.min.css | |
|
|
app/assets/stylesheets/main.scss.less | |
|
|
app/controllers/application_controller.rb | 3 | A 0 mins |
|
app/controllers/listings_controller.rb | 51 | A 0 mins |
|
app/controllers/rentals_controller.rb | 16 | A 0 mins |
|
app/helpers/application_helper.rb | 2 | A 0 mins |
|
app/helpers/rentals_helper.rb | 2 | A 0 mins |
|
app/models/listing.rb | 34 | A 1 hr |
|
app/models/rental.rb | 6 | A 0 mins |
|
app/models/user.rb | 36 | A 0 mins |
|
app/views/devise/confirmations/new.html.erb | |
|
|
app/views/devise/mailer/confirmation_instructions.html.erb | |
|
|
app/views/devise/mailer/reset_password_instructions.html.erb | |
|
|
app/views/devise/mailer/unlock_instructions.html.erb | |
|
|
app/views/devise/passwords/edit.html.erb | |
|
|
app/views/devise/passwords/new.html.erb | |
|
|
app/views/devise/registrations/edit.html.erb | |
|
|
app/views/devise/registrations/new.html.erb | |
|
|
app/views/devise/sessions/new.html.erb | |
|
|
app/views/devise/shared/_links.erb | |
|
|
app/views/devise/unlocks/new.html.erb | |
|
|
app/views/layouts/application.html.erb | |
|
|
app/views/listings/_checkout.html.erb | |
|
|
app/views/listings/_guest_checkout.html.erb | |
|
|
app/views/listings/_listing.html.erb | |
|
|
app/views/listings/_new_listing.html.erb | |
|
|
app/views/listings/confirmation.html.erb | |
|
|
app/views/listings/edit.html.erb | |
|
|
app/views/listings/index.html.erb | |
|
|
app/views/listings/new.html.erb | |
|
|