[Rails] Re: Proper rails deployment steps to DirectAdmin (or any hosting not focusing in apps) hosted server?

2013-08-22 Thread Kamil
ional apps. Google for additional config / tuning. Hopefully this helps, Kamil On Monday, July 29, 2013 9:53:42 AM UTC-4, southi...@gmail.com wrote: > > Hi, > > With PHP applications (only experience I had before), all I needed to do > is to FTP all required files, create MyS

[Rails] Proper deployment steps + next steps of learning RoR

2012-11-07 Thread Kamil
I'm new to RoR and going through the tutorials trying to learn as much as possible. I have actually two questions: 1. What is a proper way to deploy an app into the PROD environment? Here is what I'm trying to avoid: when writing/testing application (ie. new user signs ups) on my local machine,

[Rails] Is anyone still using gettext?

2011-11-24 Thread Kamil Úliwak
For the last few months I've been using "fast_gettext" + "gettext_i18n_rails" for i18n in my Rails 3 application. While it mostly works, there's always been a problem with extracting untranslated strings from the code. As far as I know, the original gettext toolchain does not support Ruby. There's