uninitialized constant FileUtils::PseudoStatus
I have deployed an app on a vps, webbynode and I have been getting this error,
** [out :: mydomain.net] /home/deployer/.rbenv/versions/1.9.2-p290/bin/ruby /home/deployer/apps/mydomain/shared/bundle/ruby/1.9.1/bin/rake assets:precompile:nondigest RAILS_ENV=production RAILS_GROUPS=assets
** [out :: mydomain.net] rake aborted!
** [out :: mydomain.net] uninitialized constant FileUtils::PseudoStatus
** [out :: mydomain.net]
** [out :: mydomain.net] Tasks: TOP => assets:precompile:all
** [out :: mydomain.net] (See full trace by running task with --trace)
Using mysqldump to backup a database
mysqldump is quite a nice program for downloading and SQL dump from a mysql server. It's quite easy to use. Here's a basic mysqldump usage for backing up a database.
no such file to load -- json
Being new to Rails, I'm still looking a lot new things in my development life. This is again a new error to me. having a few months into Rails, I now know what errors mean. This particular error means that you have a missing gem
no such file to load -- zlib
I am quite new to Rails and have been bugged by a lot of `problems` I have never encountered when working with PHP. Basically running and installing a PHP was very very very easy. Rails was a different beast altogether.
Prototype shortcut for Observe
I just posted some shortcut on observing events in PrototypeJS
Option From Collection For Select Magic
Being new to Rails, I've been working in some project I inherited from other RoR developers. I was stuck on how to create a select dropdown in haml
Why do you get a 403 error using Gii
let's be honest, you isn't playing with frameworks at the moment. I am. My recent framework encounter is with Yii and I have been following the instructions on creating your first app. I just encountered a problem: a 403 error.
When to use redirect() and when to use load->view
If you're new to Codeigniter, you'd probably have this question. If you're an intermediate CodeIgniter user, then you'd probably say this post isn't needed. Let me just post this for anyone who needs it.