Skip to content

Commit

Permalink
port to rails 5 rc1, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
werthen committed May 29, 2016
1 parent 94fc97a commit bdd1dc9
Show file tree
Hide file tree
Showing 24 changed files with 184 additions and 223 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ coverage/
/node_modules

npm-debug.log

dump.rdb
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ source 'https://rubygems.org'


# Edge rails!
gem 'rails', github: 'rails/rails', ref: 'c35c0c4a42b26978304613ddffd19c647e2bf5d1'
# Much features!
gem 'actioncable', github: 'rails/actioncable', ref: '0cf1db6be29fb2269d722bedd690641e0f949b36'
gem 'rails', '~> 5.0.0.rc1'
# Needed for actioncable
gem 'redis'
# So wow!
gem 'arel', github: 'rails/arel'
# Much amazed!
Expand Down Expand Up @@ -70,7 +70,7 @@ gem 'puma'
# gem 'capistrano-rails', group: :development

# Errbit integratins
gem 'airbrake'
#gem 'airbrake'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
Loading

0 comments on commit bdd1dc9

Please sign in to comment.