November 18, 2007 at 6:22 pm
· Filed under cool sites
PROMO CODE: ROREXAMPLES gives you 1 year of shared web hosting & 1 free domain registration for $22 per entire year! Unlimited domains, space, bandwidth
If you need AFFORDABLE, and decent web hosting for php and Ruby on Rails, I would like to share with you a promo code for Dreamhost hosting. Dreamhost is a decent web hosting company that offers variety of hosting plans. It is good enough for small to medium webmasters. If you have very high traffic website, I would not recommend shared hosting at all.
Dreamhost allows its customers to clients promo codes or coupons to offer discounts for their family and friends. The maximum possible discount is $50. Furthermore, dreamhost allows its clients to give extra gift to the referral. The gift can be extra storage, and it can be extra bandwidth. Here I am sharing with you two promo codes that gives you the maximum discount and extra bandwith or extra storage.
To get the offer, do the following:
1) Go to https://signup.dreamhost.com/
2) Choose for how long you need your hosting (1 month, 1 year, 2 years or whatever).
3) Fill your personal information
4) Enter the promo code: ROREXAMPLES
Go to step 2 to pay, and you are ready to go.
Whole year with every thing unlimited for 1.8$ per month, and you get 1 totally free domain registration!
Thanks a lot,
Ruby on Rails Examples
Permalink
June 21, 2007 at 1:42 pm
· Filed under Ruby Files
This is a simple program that renames all files inside a directory.Basically, it adds underscore in the beginning of every file.
Permalink
June 10, 2007 at 10:30 am
· Filed under Uncategorized
Permalink
June 2, 2007 at 8:14 am
· Filed under Ruby on Rails Videos
Permalink
May 23, 2007 at 7:46 am
· Filed under Sites On Rails
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.
Permalink
May 19, 2007 at 7:12 pm
· Filed under Rails Hosting
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.
RoR web hosts:
business web hosting with RoR
wordpress hosting
Permalink
May 17, 2007 at 11:59 am
· Filed under Rails tips
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
Permalink
May 16, 2007 at 5:04 pm
· Filed under Rails tips
This is how we issue 301 in Rails
Permalink
May 15, 2007 at 9:27 am
· Filed under Rails tips
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.
Permalink
May 13, 2007 at 9:07 pm
· Filed under Sites On Rails
These are very interesting slides about scaling twitter:
http://www.slideshare.net/Blaine/scaling-twitter
Enjoy!
Permalink