Recent Posts

The Hitchhiker’s Guide to Ruby On Rails Galaxy

The Hitchhiker’s Guide to Ruby On Rails Galaxy

Return To Blog Listing

My tech blog Web Development using Ruby On Rails

Search This Blog's Tags For:

Recent Posts Tagged With 'edge'

  • Rails core has moved to GitHub

    Posted on Friday April 18th, 2008 at 04:14 in rails, edge, repository, git, github

    Ya, Ruby on Rails core is now hosted at GitHub, which is uses Git for easy, fast, efficient, distributed version control system and also which looks pretty!!! In DHH own words, GitHub has now officially launched and Rails is right there at the premie...

  • How to freeze Rails application

    Posted on Friday April 18th, 2008 at 03:55 in rails, edge, deployment, rubyonrails, rail2.0

    Rails is a moving target. Its core is constantly changing. So sometimes it is advisable to “freeze” your rails application so that even if you upgrade and install the latest new version of Rails, it does not break anything in your applica...