Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipes - Tamira and Roxanne - Rideshare-Rails #10

Open
wants to merge 118 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
a81627a
rails project created
tvojnar Oct 2, 2017
1cf19cb
Update README.md
tvojnar Oct 2, 2017
274ff40
Update README.md
tvojnar Oct 2, 2017
2daabf2
created drivers, passengers, and trips tables without any relationships
tvojnar Oct 3, 2017
1d82e03
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
tvojnar Oct 3, 2017
6a8e498
Add has_many and belongs_to relationships between drivers and passeng…
tvojnar Oct 3, 2017
127d360
Changed passenger.phone_num to passenger.phone_number in seed.rb to m…
tvojnar Oct 3, 2017
d6f583c
Add resource routes for passenger. Add index controller action and pa…
tvojnar Oct 3, 2017
03c056c
Add show controller action for passenger. Add view for show page that…
tvojnar Oct 3, 2017
7f5bfce
Add basic styling to links and font-family. Add unstyled header with …
tvojnar Oct 3, 2017
39590c9
Add Main controller with #index to be our home page
tvojnar Oct 3, 2017
f2839f7
Made h1 in header a link to the home page
tvojnar Oct 3, 2017
1acf6f0
added erb files for drivers
RAgerone Oct 3, 2017
f5baa17
Add strong params comments to passenger controller
tvojnar Oct 3, 2017
e7e88e4
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
tvojnar Oct 3, 2017
dd90e0e
added drivers views and controllers
RAgerone Oct 3, 2017
c65f58c
Made _error_messages.html.erb partial in layouts
tvojnar Oct 3, 2017
181c7d9
Add _form. Add new and create functionality for passengers
tvojnar Oct 3, 2017
ea92efa
Add validations for the presence of name and phone number for passeng…
tvojnar Oct 3, 2017
c6b9b54
Add edit functionality for passenger and a link on the show page to e…
tvojnar Oct 3, 2017
0d52beb
Add delete functionality for passenger and a link to delete on the sh…
tvojnar Oct 3, 2017
37faa12
added controllers for drivers
RAgerone Oct 4, 2017
767a851
Add partial in layouts that displays all trips and rendered it in the…
tvojnar Oct 4, 2017
e929596
Add total_cost method to passenger.rb. Changed _all_trips.html.erb to…
tvojnar Oct 4, 2017
7e9d5c1
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
RAgerone Oct 4, 2017
7d01ec2
added driver routes
RAgerone Oct 4, 2017
09699f6
built controller actions
RAgerone Oct 4, 2017
7d28ec6
Added table to show trips
tvojnar Oct 4, 2017
3c91fb1
created form partial for drivers
RAgerone Oct 4, 2017
7b03318
edit and new pages linked to form
RAgerone Oct 4, 2017
f0abc4a
added ratings and earnings methods
RAgerone Oct 4, 2017
233b186
deleted comments
RAgerone Oct 4, 2017
b1ac089
added in forgotten end tag
RAgerone Oct 4, 2017
fca9ac2
fix but in show
RAgerone Oct 4, 2017
4d79f10
Corrected order of driver_id and passenger_id in table
tvojnar Oct 4, 2017
94fa8f9
made index and show action for trip
tvojnar Oct 4, 2017
fe8ac49
adding validations to trips
RAgerone Oct 4, 2017
9ebe9e0
added link
RAgerone Oct 4, 2017
b4ef648
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
RAgerone Oct 4, 2017
fedd2b3
changed drivers
RAgerone Oct 4, 2017
f06eb27
routes for trips and drivers
RAgerone Oct 4, 2017
ab60a75
Add edit page for trips
tvojnar Oct 4, 2017
0987247
fixed merge conflict in trips.rb
tvojnar Oct 4, 2017
6b73109
added links to trips chart
RAgerone Oct 4, 2017
b82c40c
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
RAgerone Oct 4, 2017
e970557
Add new and create functionality for trip
tvojnar Oct 4, 2017
956f292
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
RAgerone Oct 4, 2017
3e63063
Changed the _trip_form to only display the number_form for rating on …
tvojnar Oct 5, 2017
c373468
removed validatoins for rating in trips.rb
tvojnar Oct 5, 2017
9fa64c5
Add functionality to convert decimal form cost from user into non dec…
tvojnar Oct 5, 2017
b2ce1ae
Add functionality to display trips in table by date
tvojnar Oct 5, 2017
a55ef0a
added some css to header and main view
tvojnar Oct 5, 2017
cb89cce
added gem
RAgerone Oct 5, 2017
7200764
trip layouts and views
RAgerone Oct 5, 2017
57f48b4
removing merge message
RAgerone Oct 5, 2017
3f34030
fixing mergers
RAgerone Oct 5, 2017
aa50dec
fixing merge bug and adding links to edit and delete trips
RAgerone Oct 5, 2017
5397d16
fixing bug in _all_trips
RAgerone Oct 5, 2017
2eefee8
getting rid of double in table trips
RAgerone Oct 5, 2017
b29d3f9
added new trip functionality to show page of passenger
RAgerone Oct 5, 2017
8dfed4a
want to pull
tvojnar Oct 5, 2017
c15ed4f
try to fix merge conflict
tvojnar Oct 5, 2017
067b777
auto filling field for driver in new_trips page
RAgerone Oct 5, 2017
1fa2cef
created controller for destroy trip
RAgerone Oct 5, 2017
3767e13
adding links to show trips page (driver and passenger)
RAgerone Oct 5, 2017
a758d35
got rid of driver validation
RAgerone Oct 5, 2017
7f3ecfe
Add for to add a rating for a trip
tvojnar Oct 5, 2017
5364c2b
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
tvojnar Oct 5, 2017
87ae5b1
Remove passenger validation and duplicate cost validation from trip m…
tvojnar Oct 5, 2017
f273eee
make table display Unrated if trip if unrated
tvojnar Oct 5, 2017
27ffa49
Automatically fill driver in new trip form
tvojnar Oct 5, 2017
ee0c813
fixed bug in trip form driver id
RAgerone Oct 5, 2017
a23d1b6
fixed bug in cost. Thank's for the help, Dan
RAgerone Oct 5, 2017
7ef1b45
Add ability to rate trip in show page for trip and changed validation…
tvojnar Oct 5, 2017
6b8bc08
Default date to today in _trip_form
tvojnar Oct 5, 2017
9934410
added palette
RAgerone Oct 5, 2017
1a6a57f
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
RAgerone Oct 5, 2017
b485893
changing h1 headings to h2 on drivers pages
RAgerone Oct 6, 2017
c2ab073
Added css for sticky footer to application.css and made appropriate c…
tvojnar Oct 6, 2017
aa1f20a
basic css layout of main page
tvojnar Oct 6, 2017
597aa50
centered footer text
tvojnar Oct 6, 2017
7595630
Final color scheme for main page
tvojnar Oct 6, 2017
21c64e5
added color pallet colors to application.scss
tvojnar Oct 6, 2017
1f283e5
add div wrapper to all views
tvojnar Oct 6, 2017
52fe0ba
passenger show view css added
tvojnar Oct 6, 2017
3102e9b
basic new css layout
tvojnar Oct 6, 2017
66ba3a2
basic spacing layout for new and edit forms
tvojnar Oct 6, 2017
e9497c3
Added passenger's name to add trip page
tvojnar Oct 6, 2017
f4d26fd
moved table down in trip show
tvojnar Oct 6, 2017
37b750b
Changed spacing on main page
tvojnar Oct 6, 2017
9a64c0a
add $ to total spend on rides
tvojnar Oct 6, 2017
df90da9
add stong to passenger info
tvojnar Oct 6, 2017
f0fffd3
colors added
RAgerone Oct 6, 2017
a24e6a1
stying pages
RAgerone Oct 6, 2017
d1e71a8
add wrapper
RAgerone Oct 6, 2017
7ee0438
changed index to drivers h1
RAgerone Oct 6, 2017
44ba74b
gradient to drivers
RAgerone Oct 6, 2017
d693fe7
added id to driver page
RAgerone Oct 6, 2017
f0406f5
driver css limited to driver pages
RAgerone Oct 6, 2017
89d92fd
Added better error gems
tvojnar Oct 6, 2017
a7d379a
add shadow to welcome text on home page
tvojnar Oct 6, 2017
5f4b10a
added styling to driver show
RAgerone Oct 6, 2017
40f9104
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
RAgerone Oct 6, 2017
7a27881
styling nav boxes on driver show page
RAgerone Oct 6, 2017
afec18a
Add button on show page for trip to go back to the passenger show page
tvojnar Oct 6, 2017
47290c7
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
tvojnar Oct 6, 2017
8ad0185
styling and adding images to edit and new driver pages
RAgerone Oct 6, 2017
bbe05f9
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
RAgerone Oct 6, 2017
d392a47
Add styling to passenger index page
tvojnar Oct 6, 2017
751fdb9
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
tvojnar Oct 6, 2017
12490fe
got the photos to work, yay
RAgerone Oct 6, 2017
ff56c89
adding images
RAgerone Oct 6, 2017
69dbb2a
Add picture to passenger show page
tvojnar Oct 6, 2017
fd54220
minor form changes driver
RAgerone Oct 6, 2017
776c0ac
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
RAgerone Oct 6, 2017
cc658ff
Add picture to show page of passenger
tvojnar Oct 6, 2017
9278daa
Merge branch 'master' of https://github.com/tvojnar/rideshare-rails
RAgerone Oct 6, 2017
8e05bd8
got the driver dropdown to work and choose random
RAgerone Oct 6, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'

# Ignore bundler config.
/.bundle

# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep

/node_modules
/yarn-error.log

.byebug_history
57 changes: 57 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
source 'https://rubygems.org'

git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.4'
# Use postgresql as the database for Active Record
gem 'pg', '~> 0.18'
# Use Puma as the app server
gem 'puma', '~> 3.7'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
gem 'rails-erd', require: false, group: :development
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 2.13'
gem 'selenium-webdriver'
end

group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'

gem 'better_errors'
gem 'binding_of_caller'

end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
216 changes: 216 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (5.1.4)
actionpack (= 5.1.4)
nio4r (~> 2.0)
websocket-driver (~> 0.6.1)
actionmailer (5.1.4)
actionpack (= 5.1.4)
actionview (= 5.1.4)
activejob (= 5.1.4)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.1.4)
actionview (= 5.1.4)
activesupport (= 5.1.4)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.1.4)
activesupport (= 5.1.4)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.1.4)
activesupport (= 5.1.4)
globalid (>= 0.3.6)
activemodel (5.1.4)
activesupport (= 5.1.4)
activerecord (5.1.4)
activemodel (= 5.1.4)
activesupport (= 5.1.4)
arel (~> 8.0)
activesupport (5.1.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
arel (8.0.0)
better_errors (2.3.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bindex (0.5.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.3)
byebug (9.1.0)
capybara (2.15.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
childprocess (0.8.0)
ffi (~> 1.0, >= 1.0.11)
choice (0.2.0)
coderay (1.1.2)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
crass (1.0.2)
debug_inspector (0.0.3)
erubi (1.6.1)
execjs (2.7.0)
ffi (1.9.18)
globalid (0.4.0)
activesupport (>= 4.2.0)
i18n (0.8.6)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.1.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (0.1.4)
mini_portile2 (2.3.0)
minitest (5.10.3)
multi_json (1.12.2)
nio4r (2.1.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
pg (0.21.0)
public_suffix (3.0.0)
puma (3.10.0)
rack (2.0.3)
rack-test (0.7.0)
rack (>= 1.0, < 3)
rails (5.1.4)
actioncable (= 5.1.4)
actionmailer (= 5.1.4)
actionpack (= 5.1.4)
actionview (= 5.1.4)
activejob (= 5.1.4)
activemodel (= 5.1.4)
activerecord (= 5.1.4)
activesupport (= 5.1.4)
bundler (>= 1.3.0)
railties (= 5.1.4)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-erd (1.5.2)
activerecord (>= 3.2)
activesupport (>= 3.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (5.1.4)
actionpack (= 5.1.4)
activesupport (= 5.1.4)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.1.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
ruby-graphviz (1.2.3)
ruby_dep (1.5.0)
rubyzip (1.2.1)
sass (3.5.1)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (3.6.0)
childprocess (~> 0.5)
rubyzip (~> 1.0)
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.3)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
web-console (3.5.1)
actionview (>= 5.0)
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.1.0)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
better_errors
binding_of_caller
byebug
capybara (~> 2.13)
coffee-rails (~> 4.2)
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
pg (~> 0.18)
puma (~> 3.7)
rails (~> 5.1.4)
rails-erd
sass-rails (~> 5.0)
selenium-webdriver
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)

BUNDLED WITH
1.16.0.pre.2
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rideshare Rails

## Trello
Here is the link to our [trello](https://trello.com/b/ebwkSgfi/rideshare-rails) for this project.

## Introduction

In this project you will build a website to model a small community ridesharing app.
Expand Down
6 changes: 6 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require_relative 'config/application'

Rails.application.load_tasks
Binary file added app/.DS_Store
Binary file not shown.
Binary file added app/assets/.DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css
Empty file added app/assets/images/.keep
Empty file.
Binary file added app/assets/images/beautiful-1845572_1920.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/car-1850682_1920.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/portrait-1110689_640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, or any plugin's
// vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file. JavaScript code in this file should be added after the last require_* statement.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require rails-ujs
//= require turbolinks
//= require_tree .
13 changes: 13 additions & 0 deletions app/assets/javascripts/cable.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Action Cable provides the framework to deal with WebSockets in Rails.
// You can generate new channels where WebSocket features live using the `rails generate channel` command.
//
//= require action_cable
//= require_self
//= require_tree ./channels

(function() {
this.App || (this.App = {});

App.cable = ActionCable.createConsumer();

}).call(this);
Empty file.
3 changes: 3 additions & 0 deletions app/assets/javascripts/drivers.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
3 changes: 3 additions & 0 deletions app/assets/javascripts/main.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
3 changes: 3 additions & 0 deletions app/assets/javascripts/passengers.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
3 changes: 3 additions & 0 deletions app/assets/javascripts/trips.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/
Loading