Posts tagged with “ruby-on-rails-development”
5 Awesome Tools to Keep Your Rails Code Clean & Organized
Research and ArticlesThe ruby on rails experts at codebrahma have come up with this list of awesome tools that would help you keep your code clean.
THE 15 BEST GEMS FOR RUBY ON RAILS WEB APPLICATIONS
Research and ArticlesHere is the list of best ruby gems which ruby on rails developers must know. These ruby gems help us build awesome rails applications within short period.
Top Sites built with Ruby on Rails
Research and ArticlesHere is the list of 10 awesome sites built with Ruby on Rails. Ruby on Rails is robust and good for Rapid development.
7 Reasons to Choose Spree Commerce
Research and ArticlesChoosing right technology for your e commerce startup is the key to success. Explaining why Spree Commerce will be the best Ecommerce platform of choice.
Rails I18n and elegant message passing to Javascript
Research and ArticlesInternationalization is the process of abstracting all strings out of your application. Rails provides excellent support for Internationalization.
Parallel processing in Ruby - How it works
DevelopmentRuby on rails developers explaining how parallel processing works in ruby with code snippets.
Implementing Upsert in Rails: Tutorial
TutorialTutorial on implementing upserts in rails. An upsert is update or insert. Upsert in database terms refers to an operation which should insert a row into a database table if it doesn’t not already exist, or update it if it does.