Lost your password?

Blogs about: Ruby On Rails Ror

Featured Blog

Installing Rails . .again!

digitaln00b wrote 1 year ago: To keep it short, I uninstalled ruby and tried to install it again. I formatted my PC but still it g … more →

Assert list in Rails testing

Anand Muranal wrote 1 year ago: Assert List assert boolean assert_equal expected, actual assert_raise *args assert_raises *args, … more →

Tags: Testing, assert, Rails Testing

Why Ruby on Rails?

Anand Muranal wrote 1 year ago: … more →

Tags: rails, Ruby, why rails, why ruby, Ruby on Rails

Mixin in Rails

Anand Muranal wrote 1 year ago: Ruby is an object-oriented language.  With all object-oriented languages, the designers had to decid … more →

Tags: rails, Mixin, ruby mixin

Stored Procedures in Ruby on Rails

Anand Muranal wrote 1 year ago: 1) Create a class and let’s call it Class CallStoredProcedures your methods here ……. end … more →

RJS in Rails

Anand Muranal wrote 1 year ago: RJS makes it easy to modify multiple elements on your page in one declarative Ajax response. RJS is … more →

Tags: RJS, rails, Ruby, ruby java script, javascript in rails

Exporting Data to CSV/Word file in Rails

Anand Muranal wrote 1 year ago: If u looking for export some data from table to csv file here is the solution In example I am export … more →

Installing stand-alone Rails package6 comments

digitaln00b wrote 1 year ago: I messed up the whole Ruby on Rails installation and therefore, decided to chuck it up and start it … more →

Tags: Programming, rails, Ruby

Ruby on Rails (RoR)

digitaln00b wrote 1 year ago: Have been trying my hand at Ruby on Rails which is ro(a)ring all over the web and raring to take ove … more →

Tags: Programming, rails, Ruby

Ferret Upgrade

Anand Muranal wrote 1 year ago: These are the steps I have followed for ferret gem upgrade. Step 1> Upgrade ferret gem  to new ve … more →

warning: already initialized constant OPTIONS

Anand Muranal wrote 1 year ago: When i am running my server I got this error anand-muranals-macbook:Trunk anandmuranal$ ruby script/ … more →

RoR Upload image in S33 comments

Anand Muranal wrote 1 year ago: Install gem aws s3 gem install aws-s3 Before you can do anything, you must establish a connection us … more →

Display DateTime in client side Time zone

Anand Muranal wrote 2 years ago: suppose you want to convert datetime in client side(browser) time zone and display it. example take … more →

Formating date Time in Rails

Anand Muranal wrote 2 years ago: You can format Date field by using strftime function example : Time.now() => Wed Dec 12 15:48:59 … more →

Time zone Conversion

Anand Muranal wrote 2 years ago:     The most common time zone conversions are the conversion of system local time to UTC, and the co … more →

Multiple Database Connection in rails1 comment

Anand Muranal wrote 2 years ago: Step1> Open your database.yml file. Under the three standard databases (development, test and pro … more →

Benchmark Script in rails

Anand Muranal wrote 2 years ago: Rails 0.12 Added script/benchmarker to easily benchmark one or more statement a number of times from … more →

Ajax in Rails

Anand Muranal wrote 2 years ago: Create a form that will submit via an XMLHttpRequest instead of a POST request. The parameters are p … more →

Mongrel Cluster

Anand Muranal wrote 2 years ago: Mongrel_cluster is a GemPlugin that wrappers the mongrel HTTP server and simplifies the deployment o … more →


Related Tags
All →

Follow this tag via RSS