What Is New in Rails 4.0
Rails 4.0 and newer version will support ruby 1.9.3+ only. It wont work with lessor version then ruby 1.9.3. Major developments are below –
Java, Spring Boot Developer, Ruby on Rails Contributor
Copyright © 2021 - vishnuatrai.com
Powered by Octopress
Rails 4.0 and newer version will support ruby 1.9.3+ only. It wont work with lessor version then ruby 1.9.3. Major developments are below –
Rails 4 ActiveSupport::Concern is a very cool feature to organize your module in such a way that when you include module in a class you don’t need to write extra callbacks to extend or include methods in your class. This feature is a great way to keep your code organized and DRY. This handles module dependencies also.
Read on →Ruby 2.0 has been released now question is, what’s new in ruby 2.0. Below list of new features introduced in ruby 2.0.
In continuation of previous post for Jasmine, here I want to share my experience with Jasmine and Ajax. I want to show how cool it is with jasmine to test ajax calls in javascript. Read on →
In web development, if we are doing web 2.0 and modern web concepts, we have to write a lot of javascript and ajax calls and that will increase client side javascript day by day. Read on →