Skip to content

Commit

Permalink
added rails-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
antulik committed Mar 14, 2015
1 parent 5c7cbf2 commit 8642808
Show file tree
Hide file tree
Showing 25 changed files with 129 additions and 302,330 deletions.
33 changes: 23 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,40 @@ gem 'actionview'
gem 'activemodel'
# gem 'activerecord = 4.2.0
gem 'activesupport'
gem 'bundler', '>= 1.3.0', '< 2.0'

gem 'railties'

gem 'slim'

gem 'sprockets-rails'

gem 'airplay', '>= 1.0.3'

gem 'celluloid'

group :development, :test do
#assets
source 'https://rails-assets.org' do
gem 'rails-assets-messenger'
end
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'

gem 'jquery-rails'

#dev
gem 'bundler', '>= 1.8.4', '< 2.0'

# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'

# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'

gem 'sprockets-rails'
gem 'jquery-rails'
gem "non-stupid-digest-assets"

gem "better_errors"
gem "binding_of_caller"

Expand All @@ -34,8 +52,3 @@ group :development, :test do

gem 'pry'
end

gem 'airplay', '>= 1.0.3'

gem 'celluloid'
gem 'http', '0.5.1'
67 changes: 47 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
GEM
remote: https://rubygems.org/
remote: https://rails-assets.org/
specs:
CFPropertyList (2.2.8)
actionpack (4.2.0)
Expand Down Expand Up @@ -42,24 +43,35 @@ GEM
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
byebug (4.0.0)
byebug (4.0.1)
columnize (= 0.9.0)
rb-readline (= 0.5.2)
celluloid (0.16.0)
timers (~> 4.0.0)
celluloid-io (0.16.1)
celluloid-io (0.16.2)
celluloid (>= 0.16.0)
nio4r (>= 1.0.0)
nio4r (>= 1.1.0)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
coffee-script-source
execjs
coffee-script-source (1.9.1)
columnize (0.9.0)
cuba (3.1.1)
rack
debug_inspector (0.0.2)
dnssd (2.0)
dnssd (2.0.1)
erubis (2.7.0)
execjs (2.4.0)
hike (1.2.3)
hitimes (1.2.2)
http (0.5.1)
http_parser.rb
http (0.7.2)
http-form_data (~> 1.0.0)
http_parser.rb (~> 0.6.0)
http-form_data (1.0.0)
http_parser.rb (0.6.0)
i18n (0.7.0)
jquery-rails (4.0.3)
Expand All @@ -81,17 +93,19 @@ GEM
celluloid-io (>= 0.15.0)
http_parser.rb (>= 0.6.0.beta.2)
rack (>= 1.4.5)
nio4r (1.0.1)
nio4r (1.1.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
non-stupid-digest-assets (1.0.4)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.0)
rack-test (0.6.3)
rack (>= 1.0)
rails-assets-jquery (2.1.3)
rails-assets-messenger (1.4.1)
rails-assets-jquery
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.5)
Expand All @@ -106,15 +120,23 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
reel (0.4.0)
rb-readline (0.5.2)
reel (0.5.0)
celluloid (>= 0.15.1)
celluloid-io (>= 0.15.0)
http (>= 0.5.0)
http_parser.rb (>= 0.6.0.beta.2)
websocket_parser (>= 0.1.4)
http (>= 0.6.0.pre)
http_parser.rb (>= 0.6.0)
websocket_parser (>= 0.1.6)
reel-rack (0.1.0)
rack (>= 1.4.0)
reel (>= 0.4.0)
sass (3.4.13)
sass-rails (5.0.1)
railties (>= 4.0.0, < 5.0)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (~> 1.1)
slim (3.0.3)
temple (~> 0.7.3)
tilt (>= 1.3.3, < 2.1)
Expand All @@ -137,12 +159,15 @@ GEM
hitimes
tzinfo (1.2.2)
thread_safe (~> 0.1)
web-console (2.1.2)
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
web-console (2.1.1)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
websocket_parser (0.1.6)
websocket_parser (1.0.0)

PLATFORMS
ruby
Expand All @@ -155,15 +180,17 @@ DEPENDENCIES
airplay (>= 1.0.3)
better_errors
binding_of_caller
bundler (>= 1.3.0, < 2.0)
bundler (>= 1.8.4, < 2.0)
byebug
celluloid
http (= 0.5.1)
coffee-rails (~> 4.1.0)
jquery-rails
non-stupid-digest-assets
pry
rails-assets-messenger!
railties
sass-rails (~> 5.0)
slim
spring
sprockets-rails
uglifier (>= 1.3.0)
web-console (~> 2.0)
Loading

0 comments on commit 8642808

Please sign in to comment.