RailsGeek.com - Mikhailov Anatoly
RubyOnRails/Ruby, jQuery/Prototype Developer | xHTML, CSS Designer | Amazon AWS sysadmin
I’m responsible and hardworking person. I like my job and I want to achieve success in it. Over the last 1 year, I have developed a wide range of websites using RubyOnRails, Ruby, AJAX, MySQL. My core competency lies in complete end-end management of a new website development project, and I am seeking opportunities to build websites from the ground up for you or your business. I’m also have good experience in AMAZON AWS EC2 administration.
Backup shell script for my Rails applications
Howia lads,
Today I’d like to show you the optimal backup shell script for all of my Rails Applications.
Nobody love to setup the backup workflow, but all want to sleep well and have their data…
Installing the latest stable Nginx 0.7.6 regardless of the Nginx 0.6.3 by mod_rails defaults
It’s really cool, phusion.nl make my life a little bit easier, nginx with mod_rails can be installed in 2 steps:
gem install passenger passenger-install-nginx-moduleNot neccessary known about…
jQuery beatiful code examples
I really like the semantics of jQuery, is fairly short and predictable.
Look at the code, it is not overloaded with ambiguous and unclear structures.
Like Ruby, the methods often returns a…
Installing the Ruby Enterprise Edition regardless of the preinstalled Ruby
Honestly, no secret that RubyEE much more productive than standard Ruby. Many use it in conjunction with a passenger, that allows to achieve excellent results in the speed of the application, and…
Problem with installing sqlite3-ruby
I see the problem with install gem sqlite3-ruby. This way help me to fix it! Just install developer headers for provide compile the library from sources.
SQLite3:
Without the -d option, rails…
Internet Explorer Free under Ubuntu Linux with VirtualBox
My job is web application development, so I have to test my projects under most popular browsers, like Firefox, Internet Explorer, Opera and Google Chrome.
Firefox, Opera, GoogleChrome work great…
Internet Explorer Free under Ubuntu Linux with VirtualBox
My job is web application development, so I have to test my projects under most popular browsers, like Firefox, Internet Explorer, Opera and Google Chrome.
Firefox, Opera, GoogleChrome work great…
Amazon AWS EC2 RubyOnRails Rails-All-in-one
As you may know, standard template ???Amazon EC2 Rails-All-in-one-trial??? by Amazon AWS is not good??? yeap, it is. Let me show you how fix it by your hads :)
Let???s start. We have a useful EC2…
Generate random password in Rails
I am using Restful_authentication plugin for one of my projects.
As part of my user creation workflow, system should to generate a random password for the new user.
So, look at my password…