Commit ebb463f1 by Ngo Trung Hung

production

parent 80a5debb
...@@ -58,5 +58,8 @@ group :test do ...@@ -58,5 +58,8 @@ group :test do
gem 'chromedriver-helper' gem 'chromedriver-helper'
end end
group :production do
gem 'mysql2', '0.5.3'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
...@@ -434,7 +434,7 @@ $main-color: #221f20; ...@@ -434,7 +434,7 @@ $main-color: #221f20;
.box-search-mobile { .box-search-mobile {
display: none; display: none;
width: 100%; width: 100%;
height: 150px; height: 140px;
padding: 0 3%; padding: 0 3%;
// background-color: rgba(20,32,25,0.65); // background-color: rgba(20,32,25,0.65);
background-color: $main-color; background-color: $main-color;
......
Rails.application.routes.draw do Rails.application.routes.draw do
get 'home/index' # get 'home/index'
root 'home#index'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment