I’ve been catching up on my blog reading and I’ve stumbled upon an article describing a great new feature in Edge Rails that lets you add annotations to your code. You can use TODO, OPTIMIZE and FIXME to mark parts of your code. Then you can use rake notes to list annotations - which is [...]
Category: Ruby & Rails |
1 Comment »
Tags: Edge Rails, Rails, Rails Annotations, Ruby Annotations, Ruby on Rails
When you start learning Ruby and Ruby on Rails you are faced with very powerful set of tools and sometimes it can be overwhelming. You are often faced with long cryptic explanation of some feature and all you want is a quick overview of what it does and how you could use it.
Rails Simplified will [...]
Category: Programming, Ruby & Rails |
No Comments »
Tags: Rails Migrations, Ruby on Rails
Currently I am working on my first big Rails application and I needed an simple and quick way to get matching movies and music based on user entered keywords. The best place to get such information is Amazon as they have almost anything in their store.
So I decided to write a small Rails application that [...]
Category: Programming, Ruby & Rails |
4 Comments »
Tags: Amazon on Rails, Creating Amazon on Rails app, Ruby on Rails