Jump to ratings and reviews
Rate this book

CoffeeScript Programming with jQuery, Rails, and Node.js

Rate this book
CoffeeScript Programming with jQuery, Rails, and Node.js

140 pages, Paperback

First published January 1, 2012

13 people want to read

About the author

Michael Erasmus

1 book3 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (10%)
4 stars
2 (20%)
3 stars
5 (50%)
2 stars
2 (20%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
6 reviews3 followers
September 28, 2013
This book can give you some idea on what's out there to choose from but wasn't as helpful as i expected.

# If you decide to use Rails 4.0.0 you can replace
render partial: 'todo_item', locals: {item: item}
# with
render 'todo_item', item: item

# And replace
attr_accessible :completed, :title
@todo_item = TodoItem.create(params[:todo_item])
# with
params.require(:todo_item).permit(:title)

The final excercise uses socket.io for an example that would much better fixed a MeteorJS project in case you're interested. Also there is AngularJS and EmberJS out there to be considered.
Profile Image for Andrew Gurinovitch.
6 reviews7 followers
October 10, 2013
Quick dive-in without much details. Unfortunately, no possible drawbacks of coffeescript are mentioned and examples have lots of errors.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.