Welcome to MVCForge!
A social news site written by programmers for programmers who build applications using MVC Frameworks like CodeIgniter, CakePHP, Ruby on rails, Django and more.

Popular articles - ruby on rails Syndicate content

29

6 Open source Ruby on Rail based CMS

http://www.dreamcss.com

Ruby On Rails is an open source Web framework that help you to create web applications more easier, faster & write beautiful code by favoring convention over configuration. There are lots of websites that use Ruby On Rails, including popular ones like Twitter, Basecamp, AboutUs, Yellow Pages & many more.

More »
ror_ninja's picture
Created by ror_ninja 14 weeks 4 days ago – Made popular 14 weeks 2 days ago
Category: ruby on rails   Tags:
29

Rails – simple problems

http://web-tech.ga-usa.com

I’m simply writing about what I find as I explore Ruby on Rails (ROR) – your mileage should vary but chances are you landed here due to a long tail search. Since I am not a Ruby or ROR expert it is quite possible for me to discover a solution or approach that works for me but which may not be a good Ruby/ROR solution.

More »
ror_ninja's picture
Created by ror_ninja 14 weeks 4 days ago – Made popular 14 weeks 2 days ago
Category: ruby on rails   Tags:
29

10 little known ways to find a ruby on rails team

http://vinsol.com

Everytime we talk to our clients, we find that they are not aware of lot of options through which they can find a good rails developer. Usually clients go to odesk and other freelance websites to find rails developers. Following are 10 more ways to find rails company/developer for your next dream project :

More »
kevz's picture
Created by kevz 16 weeks 4 days ago – Made popular 16 weeks 3 days ago
Category: ruby on rails   Tags:
29

First a Django Guy and Now a Microsoft Guy: “Thank You, Rails”

http://www.globalnerdy.com

Rails was a wake-up call to the web development world in so many ways. In the short time – a mere five years — that it’s been around, it’s been responsible for many changes in the world of web applications:

More »
muradin's picture
Created by muradin 17 weeks 4 days ago – Made popular 17 weeks 2 days ago
Category: ruby on rails   Tags:
24

Ruby on Rails and AJAX

http://www.ajaxlines.com

I wanted to canvass the opinion of friends and colleagues on the habits of their on-line music consumption, particularly pertaining to music subscriptions, which is a central idea within my business plan. I knew that I wasn’t an expert in marketing, so I wanted to design a form that would allow users to customise it as they went;

More »
blassreiter's picture
Created by blassreiter 22 weeks 3 days ago – Made popular 22 weeks 3 days ago
Category: ruby on rails   Tags:
23

5 Tips to Scale Your Ruby on Rails Application

http://www.ajaxlines.com

There are lots of resources on the web that explain how to scale web applications and how to scale Rails. Here’s a quick summary of just five of the basic strategies for a scalable Ruby on Rails web application. Some of them are specific to Ruby on Rails; others generalize to any shared-nothing application server architecture.

More »
blassreiter's picture
Created by blassreiter 22 weeks 3 days ago – Made popular 22 weeks 3 days ago
Category: ruby on rails   Tags:
3

Introduction of Ruby on Rails Screencast

http://allaboutruby.wordpress.com

If you haven’t seen it yet, a good way to start off with Ruby on Rails is this Berkeley screencast / course. It’s pretty long, so make a cup of tea / coffee and get comfortable.

More »
jesse's picture
Created by jesse 30 weeks 3 days ago – Made popular 30 weeks 3 days ago
Category: ruby on rails   Tags:
24

Ruby: Mixin Template

http://mexpolk.wordpress.com

This is the basic structure I use to create a mixin in Ruby:
module MixinModuleName

def self.included(recipient)
recipient.extend(ClassMethods)
recipient.class_eval do
include InstanceMethods
end
end

More »
mixinx's picture
Created by mixinx 30 weeks 3 days ago – Made popular 30 weeks 3 days ago
Category: ruby on rails   Tags:
24

MySQL with Ruby under Cygwin

http://blog.nyerm.com

I have a brand spanking new laptop, and it needs a brand spanking new Ruby on Rails development environment. This being Windows, the only sane way to get a good pile of development tools and a usable shell is to install Cygwin. I’ve had it set up on the old laptop for a while now, and while it’s slow (mostly because that laptop is old, and therefore slow), it works well as a Rails environment.

More »
stevecoder's picture
Created by stevecoder 30 weeks 6 days ago – Made popular 30 weeks 6 days ago
Category: ruby on rails   Tags:
22

Youtube Integration with Ruby on Rails

http://vinsol.com

I recently wanted to upload, edit, update and delete a video directly on youtube from my rails application. This can be achieved by YouTube Data API that allows application to perform functions normally executed on youtube.

More »
pythondork's picture
Created by pythondork 31 weeks 5 days ago – Made popular 31 weeks 4 days ago
Category: ruby on rails   Tags: