Tag Archives: Rails

Clearance

My patch to refactor one of the modules in Clearance was merged into master today. I feel ecstatic.

Posted in Rails, gitHub, ruby | Tagged , , | Leave a comment

RubyGems error on Windows

Recently, I wrote a ubiquity command called epoxy which allows one to simply convert the code snippet in the browser to a url. It uses OpenPastebin API and I wrote a simple Rails App for making requests to the OpenPastebin … Continue reading

Posted in Rails, rubygems | Tagged , , | Leave a comment

Setting up email in Rails project

I spent last whole week trying to figure out what was wrong with the e-mail code I wrote in Ruby on Rails because I followed he book closely and was expecting to run it without any issues…but anyways… here are … Continue reading

Posted in Rails | Tagged | Leave a comment

Rails Input output error on linux

If you are getting input/output error on linux rendering .rhtml pages then the only way you can resolve it is by freezing the version of rails…just do: rake rails:freeze:gems This command will freeze this rails application to the version of … Continue reading

Posted in Linux, Rails | Tagged , | 4 Comments

My trivial mistake using MySql with Rails

Well as you know I did a fresh installation of ruby and rails on my system. SO I created the database and tried retreving the records from it and for some reason it threw numerous “access denied” errors and it … Continue reading

Posted in MySql, Rails | Tagged , | 1 Comment

Issues with webrick startup

Issue – Everytime I created a project and tried to start the Webrick server I got an error message something like issue with the gem:main_object (seriously cannot remember). I did a bit of googling but could not get my hands … Continue reading

Posted in Rails, Webrick | Tagged , | 1 Comment

Back on track

Yes…I am back working on 2 different projects in Ruby on Rails…cannot get enough of it now tbh. I am quite amazed by RESTful RAILS stuff…very interesting indeed.

Posted in Rails | Tagged | Leave a comment