-
Hi,
I am trying to deploy my app to heroku but it fails for forem base.css.
```
Preparing app for Rails asset pipeline
Running: rake assets:precompile
[deprecated] I18n.enforce_availabl…
-
previous Rails version 4.1.0.rc1 works fine, after upgrading to 4.1.0.rc2 I get the following error when running `RAILS_ENV=production bundle exec rake assets:precompile`.
precompiling assets works in…
-
When there's a coffeescript syntax error in a spec, guard-jasmine runs and reports 0 specs with a success exit code. This is confusing during development and on a build server looks like a successful …
-
I tried to update today, since we're having problems with the wrong stories getting delivered.
I get this when trying to invoke tracker:
```
/Users/pivotal/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_…
-
In the above version using the asset pipeline with compass and sass-rails, I am getting an error message on compilation.
The error messages and files that may be relevant are shown in this gist git:/…
-
Dev:
![screen shot 2014-01-05 at 17 31 46](https://f.cloud.github.com/assets/198682/1846913/492fd764-7627-11e3-9abe-a90261c1e65f.png)
Production:
![screen shot 2014-01-05 at 17 32 00](https://f.cloud…
-
I install canvas following Production Start,run command
bundle install --path vendor/bundle --without=sqlite
The bundle stops when the words appears as below:
Using acts_as_list (0.0.1) from sourc…
-
Im not exactly sure where to post this, it's an error I have never seen before.
I have a suspicion that it has something to do with Sprockets because if I delete my tmp folder and restart the server i…
-
hello.
I run "rails new test_app" command.
and, I get these error log.
what can I do?
## bundle env
$ bundle env
Bundler 1.3.5
Ruby 2.0.0 (2013-06-27 patchlevel 247) [i386-mingw32]
Rubygems 2.0.3
GE…
-
Hi, I have a new system and I'm trying to run legislative.
I installed ruby and rails from debian's default repos.
Then I needed to run:
sudo gem install bundler
After that I run: bash setup.sh
And …