Home Platform Services Portfolio Team Blog Contact us
GuruOnRails
Our blogs
Here we are sharing our thoughts, researches in the field of Ruby programming, tell about ourselves and simply discussing various interesting topics. Join us!
 
 

Today we would like to speak about startups. Startup is really interesting and really difficult business. Almost all startupers make different mistakes and fail. So it could bereally important to use experience of successful businessmen. We have found inetersting post at read more

Konstantin
17 Oct 08:33
0
 

RSS feed is must have feature for any blog. RSS make simple for your readers to keep track of your posts and of course it would produce permanent traffic for you Rails blog. Isn't it great?

So lets start, it's really simple to implement, but could produce great effect.

Firs...
read more

Konstantin
16 Oct 07:04
0
 

Highlighted source code is must in blog posts if you are going to show some source in your post. Fortunately there is no problems to highlight code in your blog. I will show you the way that perfectly worked for GuruOnRails blog.

...
read more
Konstantin
08 Oct 05:11
0
 

Here is Ruby On Rails code quality checklist:

  • Each controller action only calls one model method other than an initial find or new. (Make custom .new or .update methods in the model with all necessary).
  • Only one or two instance variables are shared between e...
    read more
Konstantin
01 Oct 05:27
0
 

Recently we have worked on one project and used RadiantCMS to implement all functionality needed by our client. In this short post we are going to share our opinion about this CMS.

Radiant is easy-to-use and lightweight content management system intended for fast creation of small si...
read more

Konstantin
02 Sep 03:18
0