RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Owning Basic Rails in 7 days

A few days ago I wrote a book Rails - 101, it’ about how to owning basic Rails in 7 days. Everyone knows the learning curve of Rails is alyways too high for beginners. You can’t find too much good developers in the market. In my past career, I had trained 3 profession Rails teams, over 10+ Rails developers, lead them from novice to professional. The secret is I write a tutorial to eliminate the learning curve that time. This tutorial covers many basic but important intrusions and exercises, to help them cross the first stage. So they can easily own Rails in 7 days, not months. Now, this tutorial becomes book Rails - 101. Check it out ! More story about this book.

Rails Misapprehensions: Query Parameters are RESTful

Long URLs and query parameters are nothing wrong in REST, however you’re free to expose additional resources with dedicated URLs in your Rails project (or anywhere else). Read how resources, URLs and query parameters fit together and feel free to comment!

i think this is the correct link http://nicksda.apotomo.de/2011/06/rails-mis…
I think the link is meant to be http://nicksda.apotomo.de/2011/06/rails-misappr…
view page source: http://nicksda.apotomo.de/2011/06/rails-misapprehensions-q…
Oh sorry… thanks

Introducing MongoHydrator

MongoHydrator is a new gem that makes the expansion of embedded MongoDB IDs into full subdocuments easy and efficient.

Couldn’t you just use DBRef’s? Mongo will automatically fetch those for you. …
AFAIK, DBRefs can only be dereferenced one at a time. MongoHydrator handles all…
Loading older posts