RailsCasts Pro episodes are now free!

Learn more or hide this

David D's Profile

GitHub User: daviddening

Comments by David D

Avatar

Another odd thing, the generated application.js seemed to be escaping the '/' with '//' I had to manually fix that. HTH someone.

Avatar

I seem to be having issues, I am getting
Error: Parse error on line 2: Unexpected 'INDENT'
...raffler/app/assets/templates/entries/index.jst.eco)

I literally cut and paste the code in. Using rails 3.2.2, coffee-rails 3.2.2 I must say I am beginning to despair if it takes 4+ hours to get Hello World working with a railscast that is less than 30 days old

Raffler

<% for entry in @entries.models: %>
<%= entry.get('name') %>
<% end %>

Avatar

I seem to be having issues, I am getting
Error: Parse error on line 2: Unexpected 'INDENT'
...raffler/app/assets/templates/entries/index.jst.eco)

I literally cut and paste the code in. Using rails 3.2.2, coffee-rails 3.2.2 I must say I am beginning to despair if it takes 4+ hours to get Hello World working with a railscast that is less than 30 days old

Raffler

<% for entry in @entries.models: %>
<%= entry.get('name') %>
<% end %>