Displaying 9 results from an estimated 9 matches for "venkatareddi".
Did you mean:
venkatareddy
2011 Sep 19
14
gmaps4rails "acts_as_gmappable" error
Hi all,
I started to see fun of gmaps4rails gem from
https://github.com/apneadiving/Google-Maps-for-Rails.
After everything done. When visited the locahost, i got the following
error.
undefined local variable or method `acts_as_gmappable'' for #<Class:
0x31a9da8>
the error is due to i have line "acts_as_gmappable" in my model.
Anybody knows how this is
2011 Oct 01
6
Rails website start up time
My application is starting/loading very late when hit my website url
in the browser.
Can anybody give some tips to optimize it please.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email
2011 Mar 18
3
webapplications with rails+geokit
Hi all
Anybody knows any webapplictions presently using geokit plugin with
rails 2.x or 3.x ? If yes pls send me the url pls.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2011 Mar 18
1
using Geokit with rails3
HI all i am a newbie ,and starting a rails 3 application and my
application needs geokit plugin .so anybody knows how to install
geokit plugin in rails 3 and using it with the application?
I am using ruby 1.9.2 and rails 3.0.3 with mysql2. pls help..
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send
2011 Sep 19
27
Installing Rails Help!
Hi,
I followed a Tutorial on Nettuts to install Ruby with RVM and this went
well. I then tried to install Rails to follow the ''How to build a dropbox
live service'' from Netttus but appear to get errors can anybody help?.
Once I installed rails I created a new rails project using the command
(Rails new sharebox -d mysql)
This worked and created the folder structure.
I then
2011 May 07
0
Rails opensource timesheet and project mgmt systems
HI All,
I need some open source timesheet management system for my
company.Anybody knows some rails open source timesheet and project
mgmt softwares? If so pls tell me. I really need them.Thanks in
Advance.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2012 Apr 25
0
Excel file with landscape orientation with the Spreadsheet gem
Hi,
Does anyone know if there is a way to generate Excel spreadsheets
with
landscape orientation with the Spreadsheet gem?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2010 Dec 03
2
Routing issue
HI,
map.connect ''/ads/'', :controller=>''ads'', :action=>''index''
map.connect ''/ads/:id'', :controller=>''ads'', :action=>''show''
The above two lines i am using for routing in my application to show a
list of ads when i visit at http:\\localhost:3000\add
and an add with the id when i
2011 Sep 11
2
where to use colon (:) and where to not use it?
Hi,
I am a bit confused with ruby syntax with colon. You see
in controller "render :nothing => true"
and in routes " resources :books"
and in model "validates :name, :presence => true:"
everywhere so is that a key value pair or something else?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"