Questions tagged [ember-cli-rails]
18 questions
0
votes
0 answers
InstallError installing ember-cli-rails
I'm new to Ruby so I'm sure there's something I've overlooked, but I don't know what.
I'm trying to install a Rails app in a bundle.
$ bundle install --path vendor/bundle
Many gems work, but
Installing ember-cli-rails 0.7.0
Gem::InstallError:…

Joe
- 46,419
- 33
- 155
- 245
0
votes
1 answer
stylesheet_link_tag returns instead of
Bundler update for the entire application caused a very specific issue with the being returned from <%= stylesheet_link_tag 'application', media: 'all'%>
Instead of returning the usual ,…

Deovandski
- 790
- 1
- 8
- 22
0
votes
1 answer
Ember-cli-rails routing close to a classic rails app
I have a classic rails app with haml and api part (exemple.com/api/v1/). I'm working on an ember app with ember-cli-rails that I want to be accessible at /front for the moment.
The problem is when I'm reloading it fails. The app go back to haml…

Mio
- 1,412
- 2
- 19
- 41