anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

uninitialized constant Bootstrap::Rails::Application, Rails 4.0.0 #87

Open srdjan-cengic opened 10 years ago

srdjan-cengic commented 10 years ago

Included @import "twitter/bootstrap"; in application.css.scss

Included //= require twitter/bootstrap in application.js

GEMFILE: source 'https://rubygems.org'

Bundle edge Rails instead: gem 'rails', github: 'rails/rails'

gem 'rails', '4.0.0'

Use postgresql as the database for Active Record

gem 'pg'

Use SCSS for stylesheets

gem 'sass-rails', '~> 4.0.0'

Use Uglifier as compressor for JavaScript assets

gem 'uglifier', '>= 1.3.0'

Use CoffeeScript for .js.coffee assets and views

gem 'coffee-rails', '~> 4.0.0'

See https://github.com/sstephenson/execjs#readme for more supported runtimes

gem 'therubyracer', platforms: :ruby

Use jquery as the JavaScript library

gem 'jquery-rails'

Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks

gem 'turbolinks'

Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

gem 'jbuilder', '~> 1.2'

group :doc do

bundle exec rake doc:rails generates the API under doc/api.

gem 'sdoc', require: false end

Use ActiveModel has_secure_password

gem 'bcrypt-ruby', '~> 3.0.0'

Use unicorn as the app server

gem 'unicorn'

Use Capistrano for deployment

gem 'capistrano', group: :development

Use debugger

gem 'debugger', group: [:development, :test]

gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails', :github => 'anjlab/bootstrap-rails', :branch => '3.0.0'

yury commented 10 years ago

can you try released version? gem 'anjlab-bootstrap-rails', '~> 3.0.2.0', :require => 'bootstrap-rails'

srdjan-cengic commented 10 years ago

@yury again same error.