Ionrails - ionrails.com - I On Rails

Latest News:

Having issues installing gem ‘pg’ (postgresql)? 12 May 2013 | 11:46 am

If you run into the “Can’t find the ‘libpq-fe.h header” error, see below if you want to know how I solved the problem: I was able to solve the problem by executing the following before doing a ‘bundle...

Installing specific version of chef-client in case you want to downgrade 20 Apr 2013 | 04:15 am

In case you want to downgrade the version of chef-client on your machine using the omnibus installer, read below. I found that version 11.4.0 had a memory leak. We had 8 GB ram and it was taking 18% o...

How to add the request parameters along with in lograge outputted files 26 Mar 2013 | 10:12 pm

Here is how to include the request parameters n lograge formatted log files. Lograge is a RubyGem that modifies the rails log format for you so it’s easier to parse by parsers like Logstash, for examp...

How to Create Self-Signed Client and Web Server Certificates using openssl 11 Mar 2013 | 08:09 pm

Use CSRs and Keys you got developers for each client, if there are more than one. Get it from them if you don’t have them or create the client key(s). They should do something like this and send you t...

Setting up Cron jobs that call Ruby (RVM) or Shell Scripts via Bash 23 Feb 2013 | 05:30 am

If you are on a unix system and want to set up a crontab (cron job) and you are using RVM, you must make sure to make bash act as if it had been invoked as a login shell by using the bash -l option. S...

How to modify the maximum Java Heap Size in TorqueBox gem 2 Feb 2013 | 05:27 am

In order to modify the maximum Java Heap Size (or any other JAVA_OPTS) when using the TorqueBox gem, start torquebox by doing a: Look for the default JAVA_OPTS settings and set your JAVA_OPTS path. Be...

How to tell which ruby version your Heroku app is using 26 Jan 2013 | 04:35 am

Type the following:

`gem install activerecord-postgresql-adapter` (pg is not part of the bundle. Add it to Gemfile.) (LoadError) 7 Jan 2013 | 06:08 am

If you see this error in your heroku logs “`gem install activerecord-postgresql-adapter` (pg is not part of the bundle. Add it to Gemfile.” Then you must add this to your production section of your Ge...

Error installing heroku gem 7 Jan 2013 | 01:25 am

My goal is to push my rails app to Heroku. However, I wasn’t able to install the heroku gem. If you get the following error when trying to do a gem install heroku –no-rdoc –no-ri After researching onl...

`git rev-parse feature/2.0.0 error when installing RefineryCMS engine for Mailchimp 6 Jan 2013 | 12:39 am

If you’ve followed instructions on https://github.com/Wirelab/refinerycms-mailchimp, especially the part on adding this to your Gemfile: You'll probably run into this issue: * The issue is that branch...

Recently parsed news:

Recent searches: