Katz FRails Production can’t find a fontWhat works in development sever sometimes don’t work on production server.Jun 1, 2016Jun 1, 2016
Katz FFabric+Crashlytics Compile ErrorWith the update of Crashlytics, our apps start spitting out some errors about unresolved linker error.May 16, 2016May 16, 2016
Katz FParser error: Argument out of rangeIn our system, we use CSV files to upload data. However, the following line gave us an error “argument out of range”May 13, 2016May 13, 2016
Katz FCapistrano keeps giving an error “Permission denied”I was struggling with this error for ages, looking up all the corresponding website but none of them gave me a solution.Apr 12, 20161Apr 12, 20161
Katz FQuick note for creating API using jbuilder1. Create a model If you are starting from scratch,Apr 5, 2016Apr 5, 2016
Katz Frails db:migrate does not work after manually deleting a table on Postgre.I accidentally deleted a table and tried db:migrate to re-create the table. It emits no error, but the table seems not to be created.Mar 8, 2016Mar 8, 2016
Katz FGenerating rails environment using Vagrant-Librarian-Chef + self-cookbookThe tutorial below provides a clear instruction for using Vagrant in your Rails development environment.Jan 30, 2016Jan 30, 2016
Katz FUpload an image to S3(AWS) on Rails app using Carrierwave and fogFirst, we will go through how to use Carrierwave to upload an image file. Then, we’ll get into fog installation for S3.Jan 26, 2016Jan 26, 2016
Katz FDeploying Rails app to EC2 using Nginx, Unicorn by CapistranoEnvironment Ubuntu (14.04) Ruby on Rails (4.1.6) Nginx (1.4.6) Unicorn Capistrano (3.4.0)Jan 21, 2016Jan 21, 2016