dreamhost promo

I came across a decent dreamhost promo. It gave me 97 dollars discount for the 1 year plan. I paid about 22$ per year for huge space, and huge amount of bandwidth. Dreamhost support ruby on rails, I am not sure about their quality yet as they do not support mongrel. But 22 dollars are good enough for the extra space that I am getting.

You can check this dreamhost promo.

Comments (2)

Renaming files using ruby!

This is a simple program that renames all files inside a directory.Basically, it adds underscore in the beginning of every file.


Comments (3)

RoR DRY

Comments (1)

Ruby on Rails Vs J2EE


Comments

Yellowpages.com goes RoR

This is might be the site with the highest traffic in the web that uses Ruby on Rails. Yellowpages.com lunched a new Beta site totally written in Ruby, both the service and the web application are written in RoR. We worked very hard to get it out, and you can check it here:

http://ngs.yellowpages.com/

Yellowpages.com receives millions of visits and page views every day. The current yellowpages.com is a J2EE application. The new RoR application will replaces the current one in the end of June.

It is hard to say who is the RoR site with largest traffic, it goes between twitter and yellowpages.com. I feel comfortable to say that we receives more traffic.


Comments (6)

Ruby on Rails hosting - I need help


I am currently looking to find good Ruby on Rails hosting. I tried two web hosting plans from two different companies, and I am not convinced. I like to run Mongrel on my server, and I really need high availability.

I found a huge list here, but it is hard to choose the perfect web hosting company. Most web site hosting companies are good at Php hosting. I can always find great php hosting, some of these hosting companies runs ruby on rails using light http server or using Fast CGI which seems sucks.

If you have recommendations about good hosting companies, please post a comment.

I appreciate the help.

Comments (17)

Rails Render

Rails Render is a strong method that helps you to render your web pages. It comes with many flavors including:


1) Render action: render an action in the current controller, you can specify if you want layout printed or not

2) Render partial: renders part of your web page

3) Render template: render a page, the file path is relative to your application

4) Render file: absolute path is needed

5) Render text

6) Render Json


Comments (3)

Rails 301

This is how we issue 301 in Rails

Comments (3)

Rails API with the AJAX flavor

Ajax Rails API Here. I really enjoy using this API, you need to type what class, module or method you are looking to and it will get it to you. Then you get the details and enjoy rails development.

Comments

Scaling twitter

These are very interesting slides about scaling twitter:

http://www.slideshare.net/Blaine/scaling-twitter

Enjoy!

Comments (1)

« Previous entries