Jump to ratings and reviews
Rate this book

Coffeescript Programming with Jquery, Rails, and Node.Js

Rate this book
It s a quick guide for programming CoffeeScript and then diving into programming with Rails, jQuery, and Node.js. This book is for web developers who would like to learn programming with CoffeScript. It is also for developers who have some experience in JavaScript and are curious to learn CoffeScript and build applications with it.

140 pages, ebook

First published January 1, 2012

13 people want to read

About the author

Michael Erasmus

2 books3 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.