Wordpress - rubyonrailsthrissur.wordpress.com - Ruby on Rails Tips

Latest News:

Rails API 17 Jun 2013 | 09:36 pm

1) follow  railcast no:-348 In /public/index.html file use function addTask as the following way instead of described function addTask(ta) { $(‘#tasks’).append(‘ ’ + ta.task.name + ‘ ’); } Reference 1...

AngularJS with Rails 21 May 2013 | 09:36 am

1) Check the following URL for installation http://blog.ricodigo.com/blog/2012/10/14/announcing-the-release-of-angularjs-scaffold/ 2) for basics and for advance coding refer the following URL http://a...

spree tools and tutorials 13 May 2013 | 05:27 pm

1) deface http://guides.spreecommerce.com/view_customization.html http://deface.heroku.com/ https://github.com/spree/deface 2)Theams 1) https://github.com/spree/spree_fancy https://github.com/search?l...

How to join and configure IRC in pidgin 2 Apr 2013 | 01:07 pm

you want the to collect 1)IRC Server name 2) channel name 3) and port number example :- IRC Server: morgan.freenode.net Port: 6667 Channel: #spree A) Joining in a IRC channel 1) used web-based client ...

what is rails templates ? 20 Mar 2013 | 01:33 pm

generators can be used inside an application, they can also be used to generate applications too, This kind of generator is referred as a “template”. example gem(“rspec-rails”, :group => “test”) gem(“...

How to create a Gem file 15 Mar 2013 | 10:46 pm

1) bundle gem gemwork1 (My IDE has option for “Gem Application” and given the name “gemwork1″ as the application name) 2) in ‘lib/gemwork1.rb’ add the functionality code example add the following code...

Raphaël ( JavaScript library ) in rails 14 Mar 2013 | 06:06 pm

1) Download raphael.js ( downloaded file not worked with me. so fetched it from source code of sample works) 2) added it to the folder app/assets/javascripts 3) create a javascript file for our Raphaë...

spree with Heroku and Amazon S3 8 Mar 2013 | 11:14 am

A) spree installation  1) add in gem file and bundle install gem ‘spree’ gem ‘spree_auth_devise’ gem ‘spree_gateway’, :git => ‘git://github.com/spree/spree_gateway.git’, :branch => “1-3-stable” 2) rai...

Phusion Passenger,capisantro:- rails Deployment 15 Feb 2013 | 02:10 pm

gem install passenger   reference http://www.modrails.com/documentation/Users%20guide%20Apache.htmlhttp://www.aaginskiy.com/technology/2011/02/deploying-rails-3-apps-with-capistrano/

Error gem not installed 31 Jan 2013 | 06:09 pm

solution gem list -d rake from the output get the installation path and execute the command as follows gem uninstall –install-dir /home/john/.rvm/gems/ruby-1.9.3-p362@global rake -v 10.0.3 here rake i...

Recently parsed news:

Recent searches: