search for: zurb

Displaying 3 results from an estimated 3 matches for "zurb".

Did you mean: urb
2012 Aug 29
7
custom js in rails project
Hello, I have a rails project with one controller and one action, as simple as posible. And I''m trying to put some custom css and js to my own index.html.erb (not public/index.html.erb), I inluded this on the layout file: layout file: <!DOCTYPE html> <html> <head> <title>Volei</title> <%= stylesheet_link_tag "application", :media =>
2014 Apr 14
0
Foundation & Authlogic
...RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/bundler/gems/authlo gic-a087ad0cba3c/lib/authlogic/acts_as_authentic/base.rb:64:in `acts_as_authenti c_modules' ## Gemfile # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.1.0' gem 'zurb-foundation' gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git', :branch => 'rails3' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.3' # Use Uglifier as co...
2014 Apr 23
0
Something went wrong
...h status 143 C:\rails_projects\store4> And here is the gem file: source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.1.0' # Use postgresql as the database for Active Record gem 'pg' ## Zurb Foundation gem 'foundation-rails' gem 'rails_12factor', group: :production ## Devise gem 'devise' # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.3' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' #...