rails3-jquery-autocomplete

0

Following are simple steps :- 1.Into your gem file add gem ‘rails3-jquery-autocomplete’ . 2.Run the generator :- rails generate autocomplete:install . 3. And include autocomplete-rails.js on your layouts :-javascript_include_tag “autocomplete-rails.js”. 4.Just add it to your app/assets/javascripts/application.js file 5. Model Example Assuming Read more ›

Gem to check the quality of rails codes.

0

  rails_best_practices gem is used to check the quality of rails codes. rails_best_practices works well only in ruby 1.9.2 and ruby 1.9.3 so far. FOR MORE INFORMATION REFER TO FOLLOWING LINK 1.    https://github.com/railsbp/rails_best_practices 2.    http://railscasts.com/episodes/252-metrics-metrics-metrics?view=asciicast

Categories