Welcome to Ember on Rails!

That was easy, wasn’t it?

Getting started

Try some simple Ember magic: {{input value=name name="sampleInput" placeholder="Your name"}}

{{#if name}} Hello {{name}},
  1. Add your own application template to replace this page.

    You are seeing this page because you haven’t set an application template yet.

    Add a new app/templates/application.hbs file.

  2. Use rails generate ember:scaffold to get your application started.

  3. Your Rails controllers should be nested under app/controllers/api/v1.

{{/if}}