ImageMagick InstallationUbuntu machine has default apt-get package manager.To install imagemagick following packages needs to be installed.apt-get install imagemagick librmagick-ruby libmagickwand-devRMagick gem installgem install rmagickIf you still facing problems with gem installation, Please look that following packages are installedon your system.dpkg -l | grep libmagickcore-dev graphicsmagick-libmagick-dev-compatIf there are no packages installed then try to install then … Continue reading Imagemagick/ RMagick Installation on ubuntu
Category: Ruby on Rails
RubyConf 2009 LT “Termtter”
Check out this SlideShare Presentation: Termtter ruby gem is provides a way to workwith twitter which is easy to use and integrate.Basically it can be used in ruby and rails applicationto get full control over twitter as like we have in webbrowser. Also, it works with terminal.RubyConf 2009 LT "Termtter"View more presentations from ujihisa.
MVC coding principles in rails
I believe this post should clear basic coding standards before getting started with rails development.I just came with conversion started for declaring variables on rubyonrailstalk google group and that ended up with exploring the concepts of rails MVC coding principles. so, i thought it would be nice if they gets summarized somewhere.The question raised was -"How … Continue reading MVC coding principles in rails
