Our Publications
About Us
Josh Software
Our passion is Ruby On Rails! We are an Indian company who believes that programming is an art.Our portfolio! -- Contact Us
Categories
- Case Studies (1)
- CMS (9)
- Radiant (9)
- General (24)
- Javascript (5)
- Mobile Development (1)
- Sencha (1)
- MongoDB (2)
- Ruby (45)
- Ruby on Rails (117)
- Conferences (14)
- Search (8)
- Tutorials (12)
Authors
Tag Archives: coding standards
MVC coding principles in rails
I believe this post should clear basic coding standards before getting started with rails development.I just came with conversion started for declaring variables on rubyonrailstalk google group and that ended up with exploring the concepts of rails MVC coding principles. so, … Continue reading
Usage and Best Practices for RADIANT CMS-Part4
Creation of Error page in Radiant CMS: By default when the radiant user requests the URL that doesn’t exist on site , the server will return HTTP status 404 and a page titled “Page Not Found” in the style of … Continue reading
Rails Coding Standards
IN ESSENCE: ALL CODE SHOULD BE READABLE! # DO NOT OPTIMISE for performance – OPTIMISE FOR CLARITY OF CODE # STYLE: use 2 spaces for indent (not tabs) # STYLE: Line up hash arrows for readability # STYLE: put spaces … Continue reading
