Entries Tagged as 'rails'
Ben Curtis has a good article about deploying to EC2.
http://www.bencurtis.com/archives/2009/07/automating-ec2-deployments-with-ruby/
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: AWS · code · rails
A couple of good articles about integrating OAuth into your Rails app.
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
http://stakeventures.com/articles/2007/11/26/how-to-turn-your-rails-site-into-an-oauth-provider
http://github.com/pelle/oauth-plugin/tree/master
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: Rails Plugins · code · rails · security
http://railscasts.com/episodes/171-delayed-job – A good railscast about using Delayed Job.
http://www.therailsway.com/2009/7/22/do-it-later-with-delayed-job – Article by TheRailsWay about why to use and how to use.
It looks like are really simple way to offload long running tasks.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: Rails Plugins · code · rails · scaling
Cucumber looks interesting but I am still not sold that it is necessary. It feels a little overkill. What do you think?
Here are some links to see how to use it and how it works.
http://www.engineyard.com/blog/2009/cucumber-introduction/
http://www.engineyard.com/blog/2009/cucumber-more-advanced/
http://railscasts.com/episodes/155-beginning-with-cucumber
http://railscasts.com/episodes/159-more-on-cucumber
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: code · rails · testing
In this article, Intridea shows you how to use CloudFront and AssetPackager together and prevent stale copies of assets from being served.
http://www.intridea.com/posts/amazon-cloudfront-preventing-stale-assets
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: AWS · Rails Plugins · code · rails · scaling · web
Here is a really good article about using Cassandra from Evan Weaver.
http://blog.evanweaver.com/articles/2009/07/06/up-and-running-with-cassandra/
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: code · install · rails · scaling · web
A good article about using CloudFront from Amazon and the Paperclip plugin for Rails. http://www.intridea.com/posts/using-amazon-cloudfront-to-serve-assets
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: Rails Plugins · code · rails · scaling · web
I decided about a week ago that I wanted to try Erubis with a Rails project to see if I got any performance boost. So after reading the documentation, it appeared to be straightforward to install. So I did.
But I discovered that the latest Erubis (2.6.4) and Rails 2.3 are not compatible. After doing some [...]
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: Rails Plugins · code · rails
http://pivotallabs.com/users/steve/blog/articles/746-inspect-running-ruby-processes-using-xray-and-kill-3
This is great when you need to figure out what a ruby process is doing and adds more visibility what is happening in real time.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: code · rails
http://axonflux.com/building-and-scaling-a-startup
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
[Read more →]
Tags: code · rails · scaling · web