Senior & Expert RoR Developers Discussion Forum by Nyros Technologies

HIRE Ruby on Rails Expert Developers Programmers Coders From India
Ruby on Rails PHP .Net Developers Community, Nyros Technologies, Kakinada
 
Log in  or IF not a member please REGISTER
Username:
Password:   


Keyword
Log in | Profile 

Search found 73 matches
Senior & Expert RoR Developers Discussion Forum by Nyros Technologies Index
Author Message
  Topic: Image scrolling using jquery
swaminadhan

Replies: 0
Views: 91

PostIntegrating AJAX & RJS and JQuery in ruby on rails applications (Ajaxified rails programming)   Posted: Thu Jul 01, 2010 1:44 pm   Subject: Image scrolling using jquery
Hi friends !

Normally we do have some instances to scroll multiple images. here is one way to keep the scrolling options of images using jquery.

In views add

<script>
< ...
  Topic: Multiple file upload using jquery
swaminadhan

Replies: 0
Views: 85

PostIntegrating AJAX & RJS and JQuery in ruby on rails applications (Ajaxified rails programming)   Posted: Thu Jul 01, 2010 12:51 pm   Subject: Multiple file upload using jquery
Hello friends !

Let us discuss about the multiple file upload using jquery. it is quite interesting. to achieve the multiple file upload functionality follow these steps.

1. ...
  Topic: Select and unselect all checkboxes by selecting single check
swaminadhan

Replies: 1
Views: 49

PostIntegrating AJAX & RJS and JQuery in ruby on rails applications (Ajaxified rails programming)   Posted: Thu Jul 01, 2010 10:37 am   Subject: Select and unselect all checkboxes by selecting single check
Hi scrapper,

for this requirement you can go with the javascript functionality.Lets check this function


write the below function in your js file.

function checkUncheckAll(theEl ...
  Topic: About becomes method
swaminadhan

Replies: 0
Views: 51

PostDeployment   Posted: Wed Jun 30, 2010 1:32 pm   Subject: About becomes method
hi friends

becomes :(it is an Activerecord::Base class method)

Returns an instance of the specified klass with the attributes of the current record. This is mostly useful in relation to single- ...
  Topic: difference between update_attributes and update_attributes!
swaminadhan

Replies: 0
Views: 53

PostExperts Support & Chit Chat   Posted: Wed Jun 30, 2010 12:42 pm   Subject: difference between update_attributes and update_attributes!
hello friends !

When am working with Activerecord::base class methods i do see update_attributes and update_attributes! method. The difference between these two methods is

updat ...
  Topic: Pluralized table names.
swaminadhan

Replies: 1
Views: 33

PostThe Mechanics of Ruby programming   Posted: Tue Jun 29, 2010 1:52 pm   Subject: Pluralized table names.
Hi friends !

I have a small question to get clarified. Is there any option in rails to not look for pluralized table names ?. please kindly drop your answers.


Thank you.
  Topic: difference between gsub and gsub! string methods.
swaminadhan

Replies: 1
Views: 58

PostThe Mechanics of Ruby programming   Posted: Tue Jun 29, 2010 1:22 pm   Subject: difference between gsub and gsub! string methods.
hi scrapper,


Though both the gsub and gsub! performs the same functionality. The difference between gsub and gsub! string methods are:


When we use gsub , it returns a copy of string ...
  Topic: difference between $array[1] and @array[1]
swaminadhan

Replies: 0
Views: 106

PostA little Ruby programming (Basic programming in RoR)   Posted: Tue Jun 01, 2010 2:05 pm   Subject: difference between $array[1] and @array[1]
hello people !

Normally we will use array to store data. In some places we can see the array listed as $array[1] and @array[1]. Let us see the difference between these two arrays. ...
  Topic: Single table inheritance
swaminadhan

Replies: 0
Views: 85

PostExperts Support & Chit Chat   Posted: Tue Jun 01, 2010 1:07 pm   Subject: Single table inheritance
Hello people !

Single inheritance :Accessing multiple classes by using one table.This concept is called single table inheritance

In rails we do have a situations of using the ...
  Topic: remember me functionality in rails
swaminadhan

Replies: 1
Views: 104

PostAdvanced programming   Posted: Mon May 31, 2010 8:26 am   Subject: remember me functionality in rails
Hello Mr.sharma !

For this requirement in your application if you have used any plugin for the authenticated system you can get this functionality with in the plugin ...
  Topic: About sweepers!
swaminadhan

Replies: 0
Views: 76

PostExperts Support & Chit Chat   Posted: Sat May 29, 2010 12:52 pm   Subject: About sweepers!
Hello friends!

While am looking about the caching functionality, i came to see about sweepers which is quite interesting. Let us see what is sweepers and its use.

sweepers :
...
  Topic: Top 5 ranking factors.
swaminadhan

Replies: 0
Views: 86

PostExperts Support & Chit Chat   Posted: Thu Apr 29, 2010 12:20 pm   Subject: Top 5 ranking factors.
To make our site quickly crawled by Google, we need to take care of few things which are mentioned in the below URL.

http://rorexperts.com/tips-to-increase-our-site-popularity-t1537.html

The bri ...
  Topic: Issue while deploying my rails application in heroku.
swaminadhan

Replies: 3
Views: 199

PostExperts Support & Chit Chat   Posted: Thu Apr 29, 2010 10:41 am   Subject: Issue while deploying my rails application in heroku.
Hi krishnakanth!

Yes am using FileColumn plugin to upload images. But everything was working at my local machine. i couldn't find the exact problem.
  Topic: Issue while deploying my rails application in heroku.
swaminadhan

Replies: 3
Views: 199

PostExperts Support & Chit Chat   Posted: Thu Apr 29, 2010 10:32 am   Subject: Issue while deploying my rails application in heroku.
Hello developers,

I am trying to deploy the application in heroku.Here am having the problem. I was able to add the files and i was able to commit and i also pushed the fil ...
  Topic: Tips to increase our site popularity:
swaminadhan

Replies: 0
Views: 97

PostExperts Support & Chit Chat   Posted: Wed Apr 28, 2010 12:58 pm   Subject: Tips to increase our site popularity:
Hello people !

We normally develop applications and we will make it live and we will use it. Here there will be one more aspect in which the Google crawls our site. The popu ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
Jump to:  

 latest topics 
 Topics   Replies   Author   Views   Last Post 
No new posts validates_multiparameter_assignments plugin usage:
0 vijayalakshmi 27 Wed Jul 28, 2010 4:24 am
vijayalakshmi View latest post
No new posts paperclip plugin usage in rails:
0 vijayalakshmi 23 Wed Jul 28, 2010 4:07 am
vijayalakshmi View latest post
No new posts Polymorphism
1 phani.galla 46 Tue Jul 27, 2010 3:27 pm
umamahesh_nyros View latest post
No new posts Deploying Ruby on Rails Application with Passenger
2 sivakrishna.m 630 Tue Jul 27, 2010 2:16 pm
criether View latest post
No new posts Steps to implement star-rating using acts_as_rateable plugin
0 vijayalakshmi 46 Mon Jul 26, 2010 5:47 am
vijayalakshmi View latest post
No new posts Twitter Retweet Integartion
0 Anu 41 Thu Jul 22, 2010 12:27 pm
Anu View latest post
No new posts Usage of build method in rails
0 ktulasi 30 Thu Jul 22, 2010 12:19 pm
ktulasi View latest post
No new posts Facebook Like Integration in Rails
0 Anu 53 Thu Jul 22, 2010 12:16 pm
Anu View latest post
No new posts Fshare in your Rails Application.
0 Anu 39 Thu Jul 22, 2010 12:10 pm
Anu View latest post
No new posts Installation of Postgresql in windows.
1 swaminadhan 198 Thu Jul 15, 2010 10:17 am
proximity3 View latest post




Hire an expert Ruby on Rails developer / coder / programmer or development team from India now!!

Other Forums : PHP   ::   .Net   |   Free unlimited HTML CSS templates download

Nyros Technologies   |   Kakinada City Portal   |   Developers Blog   |   About Ruby on Rails Experts   |   More