Praise yourself – test yourself

Finally, after a while I started applying into development projects some automated tests using Travis CI. Thanks to Travic CI documentation integration of projects was rather painless. So far following projects are running in Travis CI: ngannotate-rails capybara-ng In both of these projects I needed to take advantage of Travis features. Namely I needed to…

Read more

Tuning up apache2 + passenger

Todays topic to is tuneup a bit more server what was setup earlier. Goal is to, Improve logic for redeploy, thus to avoid breaking running server when doing new deploy Remove dependency into private user account, but use instead account specific to this deploy only To use server instance specific ruby version instead of globally…

Read more

Cameras, action: setup passenger to apache2

Our guidance sources shall be today: Install package OBS:Server:Unstable / rubygem-passenger Phusion Passenger users guide, Apache version How To Setup a Rails 4 App With Apache and Passenger on CentOS 6 Setting up Rails app on Apache with passenger – Rails doesn’t seem to load Now, when having all interesting source material in hand lets…

Read more

Boxing match: traceur vs babel

Evaluating traceur and babel in rails environment to see how well they behave in converting simple Ecmascript 6 file. Our competitors today are traceur-rails sprockets-traceur sprockets-es6 Notes: traceur-rails works for some cases but fails for ”let” statement sprockets-traceur seems to fare better than traceur-rails sprockets-es6 is not production ready yet (depends from beta version of…

Read more