[Rails] Rails + Firebird (legacy database)

2013-07-31 Thread Edgar Gonzalez
i am trying to create some JSON services for a legacy database i have in firebird. I have installed firebird adapter and it seems it is working but is always throwing an error: Fb::Error: Undefined name Dynamic SQL Error SQL error code = -204 Table unknown MSFCLIENTES At line 1, column 45 : SELEC

[Rails] Protecting user privacy with CanCan

2013-07-31 Thread Robert Walker
Hi all. I'm using CanCan for my app authorization and need to know how to protect privacy between users. Say I have the following three users: Alice Bob Charlie Alice is an admin and should be able manage everything. Bob and Charlie are regular users and should be prevented from getting the inde

Re: [Rails] Lat/Lng boudaries for each reverse geocoded address for google

2013-07-31 Thread Tamara Temple
Google for "geocode services" On Jul 31, 2013, at 7:06 AM, Ajit Teli wrote: > Hi, > > I would like to get the lat/long boundaries for each reverse Geo-coded > address. For example, > > Lat: 14.32826, Lng: 77.643127 pair gives reverse Geo-coded address as > "Kanyakumari Road, Andhra Pradesh 51

Re: [Rails] Proper rails deployment steps to DirectAdmin (or any hosting not focusing in apps) hosted server?

2013-07-31 Thread Tamara Temple
On Jul 29, 2013, at 8:53 AM, southierob...@gmail.com wrote: > With PHP applications (only experience I had before), all I needed to do is > to FTP all required files, create MySQL username/pass & upload SQL structure, > add this username/pass in any given config file of the php script and the ap

Re: [Rails] Re: Proper rails deployment steps to DirectAdmin (or any hosting not focusing in apps) hosted server?

2013-07-31 Thread Hassan Schroeder
On Wed, Jul 31, 2013 at 12:26 PM, wrote: > What is most popular way to deploy apps on non-Heroku machine that has > standard Apache/MySQL setup? One option: http://www.capistranorb.com/ -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder twit

[Rails] Re: Proper rails deployment steps to DirectAdmin (or any hosting not focusing in apps) hosted server?

2013-07-31 Thread southierobert
What is most popular way to deploy apps on non-Heroku machine that has standard Apache/MySQL setup? I would like to be able to deploy my apps (as I learn Rails) to my own dedicated machines. I have already installed Ruby, & rails gem, and I'm able to create apps on that machine without any issu

[Rails] Re: Remember me (Devise) not working for me.

2013-07-31 Thread Fahim Patel
Thanks lot bacrossland . Best Regards Fahim Answers 1. It is default feature of the browser. The browser will ask you if you want your password remembered for this site. If you click yes then it will store the site URL, login ID and password into a keychain file. That keychain file will be

[Rails] Re: Remember me (Devise) not working for me.

2013-07-31 Thread bacrossland
Questions > >1. Did Save password prompt which come after successful sign in is >default feature of browser or is effect of rememberable feature ? >2. How does remember me work than ? > > Answers 1. It is default feature of the browser. The browser will ask you if you want your pas

[Rails] Re: Lat/Lng boudaries for each reverse geocoded address for google

2013-07-31 Thread Robert Walker
Ajit Teli wrote in post #1117253: > Hi, > > I would like to get the lat/long boundaries for each reverse Geo-coded > address. For example, > > Lat: 14.32826, Lng: 77.643127 pair gives reverse Geo-coded address as > "Kanyakumari Road, Andhra Pradesh 515101, India". There will be list of > other la

[Rails] Lat/Lng boudaries for each reverse geocoded address for google

2013-07-31 Thread Ajit Teli
Hi, I would like to get the lat/long boundaries for each reverse Geo-coded address. For example, Lat: 14.32826, Lng: 77.643127 pair gives reverse Geo-coded address as "Kanyakumari Road, Andhra Pradesh 515101, India". There will be list of other lat/long pairs which will produce same reverse Geo

[Rails] Re: Proper rails deployment steps to DirectAdmin (or any hosting not focusing in apps) hosted server?

2013-07-31 Thread Frederick Cheung
On Monday, July 29, 2013 2:53:42 PM UTC+1, southi...@gmail.com wrote: > Hi, >   > With PHP applications (only experience I had before), all I needed to do is > to FTP all required files, create MySQL username/pass & upload SQL structure, > add this username/pass in any given config file of the ph

[Rails] Re: Multithreading problem, uninitialized constant in rake

2013-07-31 Thread Frederick Cheung
On Wednesday, July 31, 2013 5:21:56 AM UTC+1, Ruby-Forum.com User wrote: > Hi everyone, > > > > I am having a problem with running rake tasks that involve threads. > > Everytime I run it, I get an uninitialized constant with one of my > > models (changes models occasionally) seems to be uninit

[Rails] [JOB] Rails Developer - Greenwich, CT to 130k

2013-07-31 Thread OSJ
I have a client in Greenwich, CT looking for a seasoned Ruby on Rails Developer for a full time, on-site, salaried position paying to 130k + benefits. Local candidates preferred, but applicants interested in relocating considered too. Relocation costs covered. US Citizens or Green Card holders

[Rails] Volunteer Contributor / ROR / Be a Change Maker! Rural Information Tool

2013-07-31 Thread sunandan madan
" Be a Change Maker! Rural Information Tool " Hi Ruby On Rails Community, Let me introduce myself first. My name is Sunandan Madan and currently pursuing MBA in Rural Management from IRMA, Anand, Gujarat. I am an alumnus of DAIICT (Batch of 2007-11’). I along with my two other batch mates are

[Rails] Proper rails deployment steps to DirectAdmin (or any hosting not focusing in apps) hosted server?

2013-07-31 Thread southierobert
Hi, With PHP applications (only experience I had before), all I needed to do is to FTP all required files, create MySQL username/pass & upload SQL structure, add this username/pass in any given config file of the php script and the app worked. Can you tell me what are standard/proper steps r