25 Stories by Neelkanth Ram
GIT: To list the remote repo a git repo is pointing Try git remote -v or git remote show origin GEM: gem list rhodes... Install it using sudo brew install nginx Start: sudo /usr/local/Cellar/nginx/1.2.3/sbin/nginx Stop: sudo /usr/local/Cellar/nginx/1.2.3/sbin/nginx -s stop Help: sudo /usr/local/Cellar/nginx/1.2.3/sbin/nginx -h RhoConnect uses Thin Ruby server, so the simple way to run it on two different ports is bundle exec thin start -e development -p... As per design, Method overloading is not supported in Ruby. If you try the below example, you will get “`foobar’: wrong number of arguments... If you are using MinGW version of Ruby and trying to install plugins like jrails or paperclip, then you might face with the problem... Lets say You are a developer and not a professional web designer. You are in the process of helping your customer to design the... At our company we use both SVN and GIT. I didn’t know that there exist many such SCM tools. Thought I would list them... In Rails view, if you want to retain and display newline characters that was entered by the user in text area, then the simple... Its been a couple of months that I started developing commercial projects using Ruby on Rails. Here are some stuff I learned which might... I stumbled upon two cool online presentation maker sites and started using it for most of my presentations. They are Prezi.com(the zooming online presentation)... Before I jump in to saying how to write unit testing in Ruby on Rails, let me share what i felt about testing. When... Clarke Ching has written a book “Rocks Into Gold Pocket Book“. This book is about a programmer who saves his job, his colleagues’ jobs,...