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.

The journey to Rails and TDD

TDD is a great technique, but may leave you uncertain what exactly to do with the Refactor phase [more inside]

“Rails apps are hard to TDD” Is it?
If you treat the Rails app as a one big thing, then usually the TDD process is …

New Framework built on Sinatra

Check out http://padrinorb.com/ for an this new awesome framework I found a couple of days ago!

*-probably great for large webapps too, but haven’t tried :-)
well since padrino is there for around 6 years - this is a spam ;)
LOL … Padrone is well known, it seems you are the new one, welcome ;)
RAILS DUCK, you probably notices that Pardino is a well-known framework across …

A Sinatra Mock Server

A lightweight Sinatra application that can be set up as a mock server to respond to API end points which respond to HTTP verbs. No need to program mocks using a language specific implementation for testing. Easy to use user interface to maintain mocks. Just supply a URL along with the HTTP headers and return codes along with the response body to set up a mock response. Can be used for manual testing and automation testing of client applications. Further details can be found at. https://github.com/mvemjsun/mock_server .

Loading older posts