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}},-
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. -
Use
rails generate ember:scaffold
to get your application started. -
Your Rails controllers should be nested under
app/controllers/api/v1
.