[Rails] Re: [OT][Commercial][Job] Tech lead position @ Cleartrip, Bangalore

2015-02-11 Thread Sathia S
Aplogies for not including email address in above job posting. If Any of you are interested, Please send your cv to sathianarayana...@cleartrip.com with Subject as "*Applying for Tech lead position | ROR*" Thank you. On Wed, Feb 11, 2015 at 7:18 PM, Sathia S wrote: > >

[Rails] [OT][Commercial][Job] Tech lead position @ Cleartrip, Bangalore

2015-02-11 Thread Sathia S
*About the Role:* The Team Lead will be responsible for the timely delivery of complex, high availability, high traffic end user applications managing a team of 8-10 engineers. This person will make sure the systems developed by the engineers are reusable, scalable and follows the standard coding

Re: [Rails] Newbie : how to use MongoDB instead of SQLite3 ?

2014-10-21 Thread Sathia S
Yvon, You should search for "mongoid" in rails. Mongoid is one of the adpater for mongodb. You can below link to get started http://mongoid.org/en/mongoid/docs/installation.html On Tue, Oct 21, 2014 at 12:38 PM, Yvon Thoraval wrote: > Hey all, > > that's the first time I'm posting here. > > I'

Re: [Rails] Adding instant messaging to a rails application

2013-12-09 Thread Sathia S
Have you heard about Faye. This is good gem for implementing chat and notification feature in Ruby on rails. Have a look into it. You can subscribe and listen to a node using faye. http://railscasts.com/episodes/260-messaging-with-faye https://github.com/jamesotron/faye-rails On Thu, Dec 5, 2013

[Rails] Fwd: [chennaiocc] Looking for Ruby on Rails developers - Remote working is also accepted.

2012-01-29 Thread Sathia S
-- Forwarded message -- From: Karthik Ramesh Date: Sat, Jan 28, 2012 at 1:29 AM Subject: [chennaiocc] Looking for Ruby on Rails developers - Remote working is also accepted. To: chennai...@googlegroups.com Hi, I am Karthik and I am developing an HTML5 application for creating mo

[Rails] Fwd: [Ilugc] One day free Training on Ruby on Rails

2011-12-29 Thread Sathia S
-- Forwarded message -- From: Shrinivasan T Date: Thu, Dec 29, 2011 at 12:24 PM Subject: [Ilugc] One day free Training on Ruby on Rails To: ILUG-C One day free Training on Ruby on Rails Source: http://www.spritle.com/community/rortraining.html Date: 19 Jan 2012 9:30 am - 11:3

[Rails] Fwd: [chennai.rb] [JOB] Tenmiles is hiring Rails developers

2011-12-22 Thread Sathia S
-- Forwarded message -- From: luckydev Date: Thu, Dec 22, 2011 at 3:43 PM Subject: [chennai.rb] [JOB] Tenmiles is hiring Rails developers To: "chennai.rb" Are you turned on by great ideas and beautiful code? If yes, we want you. Tenmiles (http://tenmiles.com) is hiring Rails dev

Re: [Rails] Scrapping Content from a website

2011-12-17 Thread Sathia S
> Hey all, > Hi, > I want to scrap some content from a website to rails application and > wants to authenticate the url of the website which I want to scarp so > please help me out > > Mechanize, Nokogiri , Hpricot. Some examples in ruby done by me http://sathia27.wordpress.com/2011/09/04/ve

Re: [Rails] Re: Rails + Cassandra

2011-12-08 Thread Sathia S
sathia@sathia27 ~ $ sudo gem search cassandra --remote *** REMOTE GEMS *** activerecord-cassandra-adapter (0.1.0) cassandra (0.12.1) cassandra-cql (1.0.2) cassandra-jars (1.0.0 java) Try search for name. If that exist, but you cannot install. you need to update ruby gems. and then you can be ins

Re: [Rails] Using nokogiri

2011-12-07 Thread Sathia S
Hi, > The question is... can I do that with nokogiri or another tool? > The list is like a country list, but with the names of the > universities of my country. > Like Nokogiri, There is another tool called Hpricot > > It seems that it get that information from an DB using ajax, and what > I'm

Re: [Rails] How to know which validation failed in the model validations.

2011-11-22 Thread Sathia S
> > > > I have a Users model that has a bunch of verifications such as email > being unique and password being present etc.. In my controller I want > to do @user.save and in case this failed due to the email not being > unique (The user being created is already present in the db), > In controller

Re: [Rails] Re: Can't convert Symbol to string

2011-11-22 Thread Sathia S
Hi > > ruby-1.9.2-p180 > a string"+:a_symbol #=> TypeError: can't convert > Symbol into String > > You cannot concat string to symbol directly. convert symbol to string and then concat it. "string"+:sym.to_s *to_s *is used to convert to string --

Re: [Rails] existing application with mysql migration

2011-11-22 Thread Sathia S
> > I am fed up with so many gems problems to running one ruby on rails > application , which use ruby 1.8.7 and rails 2.3.6. so some gems which > related > By default, *bundle install *is for rails 3 and above. Regards sathia Here I share my experience with open source

Re: [Rails] existing application with mysql migration

2011-11-21 Thread Sathia S
> i have download one rails application. i am using mysql database. so i > need to get the existing database into mysql, and run that application. how > will run that application. i have search so many stuffs, but i didn't get > related issues. how to migrate that schema into database. > > > Chang

Re: [Rails] scanning word document in ruby

2011-11-21 Thread Sathia S
On Mon, Nov 21, 2011 at 5:01 PM, Javier Quarite wrote: > Is there a way to read a doc/pdf that is uploaded to my rails app? > using a gem or something? > > > Yes there is pdf toolkit for ruby. Please check this link http://mishmashmoo.com/blog/?p=4 Regards sathia http://www.sathia27.wordpress.c

Re: [Rails][cannot set default ruby version using RVM]

2011-06-15 Thread Sathia S
2011/6/15 Zé Ricardo > have you tried opening a new terminal ou reloading your .bashrc (or > equivalent)? > > If you have already tried that, what happens if you try: > > $ rvm use 1.9.2 > > ? > > > Thank you so much. After reloading .bashrc, (source .bashrc) . It works now -- Regards sa

[Rails][cannot set default ruby version using RVM]

2011-06-15 Thread Sathia S
i installed RVM . and also iinstalled ruby 1.9.2 , but i cannot keep default as 1.9.2. It was showing that it was changed , But I it was using same version(1.8.7) sathia@sathia27 ~ $ ruby -v ruby 1.8.7 (2010-06-23 patchlevel 299) [i686-linux] sathia@sathia27 ~ $ rvm --default use 1.9.2 Using /

[Rails] Script to see foss jobs from terminal

2011-05-31 Thread Sathia S
Hi geeks, I wrote a ruby script , By using this, we can see fossjobs from terminal that was posted in fossjobs.in Link of that script was below. Please see that and give your suggestion http://sathia27.wordpress.com/2011/05/30/update-foss-job-script/ Using this we can,

Re: [Rails] Simple ERB question

2011-05-26 Thread Sathia S
On Thu, May 26, 2011 at 8:44 PM, Benjamin Mulaosmanovic < li...@ruby-forum.com> wrote: > Hello, not sure if this should go here... > > > Trying to print out the contents of an array with a little bit of > formatting > > my array looks like this: > > search = "[[67749303, 72756004, 178055737, 39892

Re: [Rails] SMS in rails

2011-05-26 Thread Sathia S
hi, i am making a rails app which can send a message to mobile. > Can any body tell me that which gatway is providing the free service to > send a message? > and which gem in good to use? > > > http://www.freesmsapi.com/ . > This is easy way to send sms using rails . it free . but i think there is

Re: [Rails] not able to install rails

2011-05-26 Thread Sathia S
: > Hi, > > When I was trying to install rails by giving the command "gem install > rails" , i got the below error- > > > install gem as 'root' user or use 'sudo' grm install > > Thanks, > Anuj > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Ta