-
Archives
- November 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- April 2009
- March 2009
- February 2009
- December 2008
- September 2008
- June 2008
- May 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
-
Meta
Tag Archives: Rails
Clearance
My patch to refactor one of the modules in Clearance was merged into master today. I feel ecstatic.
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
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
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
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
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
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.