Using puma instead of thin
Updated gems Custom twitter-bootstrap-rails with BS 2.3.2 and FA 3.2.0
This commit is contained in:
		
							parent
							
								
									e7c6cb9133
								
							
						
					
					
						commit
						89072dd53e
					
				
							
								
								
									
										6
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Gemfile
									
									
									
									
									
								
							| @ -4,7 +4,7 @@ ruby '2.0.0' | |||||||
| gem 'rails', '4.0.0.rc2' | gem 'rails', '4.0.0.rc2' | ||||||
| 
 | 
 | ||||||
| # Servers | # Servers | ||||||
| gem 'thin' | gem 'puma' | ||||||
| gem 'unicorn' | gem 'unicorn' | ||||||
| 
 | 
 | ||||||
| # Multi-environment configuration | # Multi-environment configuration | ||||||
| @ -39,10 +39,10 @@ gem 'handlebars_assets' | |||||||
| gem 'i18n-js' | gem 'i18n-js' | ||||||
| gem 'jquery-turbolinks' | gem 'jquery-turbolinks' | ||||||
| gem 'less-rails' | gem 'less-rails' | ||||||
| gem 'sass-rails', '~> 4.0.0.rc1' | gem 'sass-rails', '~> 4.0.0.rc2' | ||||||
| gem 'therubyracer' | gem 'therubyracer' | ||||||
| gem 'turbolinks' | gem 'turbolinks' | ||||||
| gem 'twitter-bootstrap-rails' | gem 'twitter-bootstrap-rails', github: 'diowa/twitter-bootstrap-rails', branch: 'fontawesome-3.2.0' | ||||||
| gem 'uglifier', '>= 1.3.0' | gem 'uglifier', '>= 1.3.0' | ||||||
| 
 | 
 | ||||||
| group :development, :test do | group :development, :test do | ||||||
|  | |||||||
							
								
								
									
										34
									
								
								Gemfile.lock
									
									
									
									
									
								
							
							
						
						
									
										34
									
								
								Gemfile.lock
									
									
									
									
									
								
							| @ -1,13 +1,14 @@ | |||||||
| <<<<<<< HEAD |  | ||||||
| GIT | GIT | ||||||
|   remote: git://github.com/bmabey/database_cleaner.git |   remote: git://github.com/diowa/twitter-bootstrap-rails.git | ||||||
|   revision: 20136e8987c222013d96e07c27d1230d2bbebd61 |   revision: bfc3bfecf6ff0e47a12c7ca25702edd44a4f6ed8 | ||||||
|   ref: 20136e89 |   branch: fontawesome-3.2.0 | ||||||
|   specs: |   specs: | ||||||
|     database_cleaner (0.9.1) |     twitter-bootstrap-rails (2.2.7) | ||||||
|  |       actionpack (>= 3.1) | ||||||
|  |       execjs | ||||||
|  |       rails (>= 3.1) | ||||||
|  |       railties (>= 3.1) | ||||||
| 
 | 
 | ||||||
| ======= |  | ||||||
| >>>>>>> hotfix/0.4.1 |  | ||||||
| GEM | GEM | ||||||
|   remote: https://rubygems.org/ |   remote: https://rubygems.org/ | ||||||
|   specs: |   specs: | ||||||
| @ -75,7 +76,6 @@ GEM | |||||||
|       thor |       thor | ||||||
|     crack (0.4.0) |     crack (0.4.0) | ||||||
|       safe_yaml (~> 0.9.0) |       safe_yaml (~> 0.9.0) | ||||||
|     daemons (1.1.9) |  | ||||||
|     database_cleaner (1.0.1) |     database_cleaner (1.0.1) | ||||||
|     debug_inspector (0.0.2) |     debug_inspector (0.0.2) | ||||||
|     debugger (1.6.0) |     debugger (1.6.0) | ||||||
| @ -91,7 +91,6 @@ GEM | |||||||
|       launchy (~> 2.1) |       launchy (~> 2.1) | ||||||
|       mail (~> 2.2) |       mail (~> 2.2) | ||||||
|     erubis (2.7.0) |     erubis (2.7.0) | ||||||
|     eventmachine (1.0.3) |  | ||||||
|     execjs (1.4.0) |     execjs (1.4.0) | ||||||
|       multi_json (~> 1.0) |       multi_json (~> 1.0) | ||||||
|     factory_girl (4.2.0) |     factory_girl (4.2.0) | ||||||
| @ -154,6 +153,8 @@ GEM | |||||||
|       slop (~> 3.4) |       slop (~> 3.4) | ||||||
|     pry-rails (0.3.1) |     pry-rails (0.3.1) | ||||||
|       pry (>= 0.9.10) |       pry (>= 0.9.10) | ||||||
|  |     puma (2.0.1) | ||||||
|  |       rack (>= 1.1, < 2.0) | ||||||
|     rack (1.5.2) |     rack (1.5.2) | ||||||
|     rack-contrib (1.1.0) |     rack-contrib (1.1.0) | ||||||
|       rack (>= 0.9.1) |       rack (>= 0.9.1) | ||||||
| @ -237,10 +238,6 @@ GEM | |||||||
|     therubyracer (0.11.4) |     therubyracer (0.11.4) | ||||||
|       libv8 (~> 3.11.8.12) |       libv8 (~> 3.11.8.12) | ||||||
|       ref |       ref | ||||||
|     thin (1.5.1) |  | ||||||
|       daemons (>= 1.0.9) |  | ||||||
|       eventmachine (>= 0.12.6) |  | ||||||
|       rack (>= 1.0.0) |  | ||||||
|     thor (0.18.1) |     thor (0.18.1) | ||||||
|     thread_safe (0.1.0) |     thread_safe (0.1.0) | ||||||
|       atomic |       atomic | ||||||
| @ -250,11 +247,6 @@ GEM | |||||||
|       polyglot (>= 0.3.1) |       polyglot (>= 0.3.1) | ||||||
|     turbolinks (1.2.0) |     turbolinks (1.2.0) | ||||||
|       coffee-rails |       coffee-rails | ||||||
|     twitter-bootstrap-rails (2.2.7) |  | ||||||
|       actionpack (>= 3.1) |  | ||||||
|       execjs |  | ||||||
|       rails (>= 3.1) |  | ||||||
|       railties (>= 3.1) |  | ||||||
|     tzinfo (0.3.37) |     tzinfo (0.3.37) | ||||||
|     uglifier (2.1.1) |     uglifier (2.1.1) | ||||||
|       execjs (>= 0.3.0) |       execjs (>= 0.3.0) | ||||||
| @ -303,19 +295,19 @@ DEPENDENCIES | |||||||
|   pg |   pg | ||||||
|   pry |   pry | ||||||
|   pry-rails |   pry-rails | ||||||
|  |   puma | ||||||
|   rails (= 4.0.0.rc2) |   rails (= 4.0.0.rc2) | ||||||
|   resque |   resque | ||||||
|   rest-client |   rest-client | ||||||
|   rspec |   rspec | ||||||
|   rspec-rails |   rspec-rails | ||||||
|   sass-rails (~> 4.0.0.rc1) |   sass-rails (~> 4.0.0.rc2) | ||||||
|   selenium-webdriver |   selenium-webdriver | ||||||
|   simpleconfig |   simpleconfig | ||||||
|   simplecov |   simplecov | ||||||
|   therubyracer |   therubyracer | ||||||
|   thin |  | ||||||
|   turbolinks |   turbolinks | ||||||
|   twitter-bootstrap-rails |   twitter-bootstrap-rails! | ||||||
|   uglifier (>= 1.3.0) |   uglifier (>= 1.3.0) | ||||||
|   unicorn |   unicorn | ||||||
|   webmock |   webmock | ||||||
|  | |||||||
| @ -12,7 +12,7 @@ body { | |||||||
| 
 | 
 | ||||||
| // Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines) | // Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines) | ||||||
| @fontAwesomeEotPath: asset-url("fontawesome-webfont.eot"); | @fontAwesomeEotPath: asset-url("fontawesome-webfont.eot"); | ||||||
| @fontAwesomeEotPath_iefix: asset-url("fontawesome-webfont.eot#iefix"); | @fontAwesomeEotPath_iefix: asset-url("fontawesome-webfont.eot?#iefix"); | ||||||
| @fontAwesomeWoffPath: asset-url("fontawesome-webfont.woff"); | @fontAwesomeWoffPath: asset-url("fontawesome-webfont.woff"); | ||||||
| @fontAwesomeTtfPath: asset-url("fontawesome-webfont.ttf"); | @fontAwesomeTtfPath: asset-url("fontawesome-webfont.ttf"); | ||||||
| @fontAwesomeSvgPath: asset-url("fontawesome-webfont.svg#fontawesomeregular"); | @fontAwesomeSvgPath: asset-url("fontawesome-webfont.svg#fontawesomeregular"); | ||||||
| @ -24,4 +24,3 @@ body { | |||||||
| //@import "twitter/bootstrap/sprites.less"; | //@import "twitter/bootstrap/sprites.less"; | ||||||
| 
 | 
 | ||||||
| // Override the default bootstrap variables in stubs/variables_overrides.css.less | // Override the default bootstrap variables in stubs/variables_overrides.css.less | ||||||
| 
 |  | ||||||
|  | |||||||
| @ -1,7 +1,6 @@ | |||||||
| - title t('hello') | - title t('hello') | ||||||
| %h1= t('hello') | %h1 | ||||||
| %h2 |   %i.icon-sun | ||||||
|   %i.icon-smile |   Here comes the sun | ||||||
|   Smile! |  | ||||||
| %p.lead.muted | %p.lead.muted | ||||||
|   Ruby 2 + Rails 4.0.0.rc2 + Font Awesome 3.1.1 |   Ruby 2 + Rails 4.0.0.rc2 + Bootstrap 2.3.2 + Font Awesome 3.2.0 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user