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.

How to create a shopping cart.

If you are interested in how ror_ecommerce’s cart works or are just creating your own cart, you should take a look at the video i just created. I go over the cart and how the cart_items are transferred from a cart item to an order/order_items.

Sorry, broken link !
what browser are you using? I dont have IE. Works on my mac.
broke on FF on mac. chrome works.
should be working now

PopraviMK project open-sourced

I have open-sourced PopraviMK project (both web and mobile applications). If you are looking for some good code examples on using tools like: cucumber, rspec, shoulda, factory_girl, pickle, email_spec I would suggest reading the source code. And, you can also read the source code of the mobile application (Android) which is built with Titanium mobile platform.

Receiving e-mail directly into Mongodb (or other db)

Often you need to receive email which then will be available to your Rails application. Usually it’s done with yet another middle-tier, such as IMAP server and IMAP client. Why not cut the middle man? ReceiveD is a simple LMTP (almost RFC2033 compliant) daemon, which can receive e-mail from Postfix and save it directly to the Mongodb document database. [more inside]

Loading older posts