Questions tagged [ember-rails]

ember-rails allows you to include Ember.JS into your Rails 3.1+ application.

The gem will also pre-compile your handlebars templates when building your asset pipeline. It includes development and production copies of Ember.

Project on github: https://github.com/emberjs/ember-rails

82 questions
0
votes
2 answers

ember rails inserting data with empty fields

Here is my form in template
{{view Ember.TextArea valueBinding="comments" placeholder="Please type your comment here"}}
0
votes
1 answer

Can't get model property from Ember/Rails app

I have an Ember app using the ember-rails gem that can create a record and save it to the database. All but one of the model's properties can render in the template. For some reason the 'image' property isn't being sent when Ember requests…
jweaver60
  • 53
  • 1
  • 10
0
votes
1 answer

Handlebars link-to throwing error in ember-rails

I'm using the ember-rails gem and following along with the starter screencast on the Emberjs.com site. When I create this link
  • {{#link-to 'about'}} About {{/link-to}}
  • It's giving me this error Uncaught Error: Handlebars error: Could not…
    Leahcim
    • 40,649
    • 59
    • 195
    • 334
    0
    votes
    1 answer

    Ember Transaction has no method add

    I'm attempting to create an ember transaction to commit a single model to the backend api. Coffeescript: comic = App.Comic.createRecord(title: @get('comicTitle')) transaction =…
    DVG
    • 17,392
    • 7
    • 61
    • 88
    0
    votes
    1 answer

    Ember template not showing any data

    I am just starting out with Ember.js and I am using ember-rails on the back end. The problem that I am having is that I am getting a list of items but no data is being rendered in my template. router.js.coffee App.Router.map (match)-> #…
    BGabriel
    • 41
    • 6
    0
    votes
    0 answers

    Mapping my views to my EmberJS App

    Bonjour ! I just started learning EmberJS framework concepts, and I'm a little bit lost. I will try to be as clear as possible. I integrated Ember in my Rails application with the ember-rails gem. In my test Rails application, I manage a collection…
    Codii
    • 873
    • 7
    • 18
    0
    votes
    1 answer

    Can't Retrieve Model Data

    I'm starting to use Ember.js with Rails 3.2.13 through the ember-rails gem. I am unable to access data through the browser console with the following command: var posts = App.Post.find(); It returns undefined on the console, but the following is…
    Pan Wangperawong
    • 1,250
    • 2
    • 13
    • 29
    1 2 3 4 5
    6