Re: [Rails] Re: New Rails project looking for beginners rails developers

2015-03-28 Thread Anu V
Hi, I am interested to join in this project. Anu V captanu.wordpress.com -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr

[Rails] paper clip aws s3

2014-07-10 Thread Anu Sebastian
in application path public/users/user_list.csv is present. I need to upload this CSV file to s3 . Now, in S3 it is storing as text file, not as CSV. I am Using paperclip. file_to_s3 = File.open(public/users/user_list.csv) CsvFileStorage.create!(csv = file_to_s3) return report_name How can I read

[Rails] Signature/Expires/Access Key ID appearing in URL Params aws paperclip

2014-07-10 Thread Anu Sebastian
s3 url that expires after 1 hr here is code file_name_in_s3 = topic_alerts/+report_name s3_config = YAML.load_file(#{Rails.root}/config/s3.yml) s3 = AWS::S3.new(:access_key_id = s3_config['development']['access_key_id'],:secret_access_key = s3_config['development']['secret_access_key']) bucket =

[Rails] Re: Signature/Expires/Access Key ID appearing in URL Params aws paperclip

2014-07-10 Thread Anu Sebastian
pls help me to find a better soln -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] Re: Re: Default value for country_select

2014-05-22 Thread Anu Sebastian
tamouse m. wrote in post #1141848: On Wed, Apr 2, 2014 at 10:52 PM, Anu Sebastian li...@ruby-forum.com wrote: tamouse m. wrote in post #1139937: On Thu, Mar 13, 2014 at 1:26 AM, Anu Sebastian li...@ruby-forum.com wrote: how to add defult value to the country_select gem.. pls help me I

[Rails] Re: Default value for country_select

2014-05-22 Thread Anu Sebastian
here s my code %=country_select(profile, country, { priority_countries: [GB, FR] }, { selected: GB)% after excecuting the code. default country selected as afganistan.. no change.. pls help me to find a solution -- Posted via http://www.ruby-forum.com/. -- You received this message

[Rails] Re: Default value for country_select

2014-04-02 Thread Anu Sebastian
tamouse m. wrote in post #1139937: On Thu, Mar 13, 2014 at 1:26 AM, Anu Sebastian li...@ruby-forum.com wrote: how to add defult value to the country_select gem.. pls help me I don't know for sure, but I think you can pass in an option: `:selected = code` where code is the country code

[Rails] Default value for country_select

2014-03-13 Thread Anu Sebastian
how to add defult value to the country_select gem.. pls help me -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from it, send an email to

[Rails] new to rails

2011-05-26 Thread anu
hi m very much new to rails just trying run commands in terminal to create simple rails appln n create database link with rails appln as in the below once i create appln using rails applnname -d mysql anyway appln gets created n all those database settings i mean database.yml password

[Rails] Re: Does ARMailer work in Rails 2.3!

2011-05-10 Thread Anu Sebastian
Tom Ha wrote in post #800549: Here's the solution for those of you who will encounter the same issue (the class reloading issue): Drop the file attached (ar_mailer_patch.rb) into you initializers folder. The file uses the explicit Email class name instead of the class variable, to create

Re: [Rails] Re: Fragment caching and not accessing model from view

2011-03-09 Thread anu priya
hi, I also have a query how to integrate rake task with cronjobs any idea how to use with example. Anu On Wed, Mar 9, 2011 at 5:28 PM, anu priya anuhema1...@gmail.com wrote: hi fred, Ya i can get your point,but in rails we will use scope instead of named_scope.If i try rake task

[Rails] Rake task error

2011-03-09 Thread anu
hi friend, If i am running the rake task in my rails 3 application i am getting execution expired.How to resolve this error -- 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

Re: [Rails] Re: Fragment caching and not accessing model from view

2011-03-09 Thread anu priya
hi fred, Ya i can get your point,but in rails we will use scope instead of named_scope.If i try rake task separately means its working. On Wed, Mar 9, 2011 at 5:24 PM, Frederick Cheung frederick.che...@gmail.com wrote: On Mar 9, 11:25 am, Colin Law clan...@googlemail.com wrote: I had

[Rails] Chat functionality

2011-01-11 Thread Anu Sha
Hi , I have a very big doubt that, we are try to implement a new chat feature in our website www.chennaimoms.com home page,but in that chat api providing private and public chat..if one user chat with other user in private chat at that time if they refresh or go to next page then that private

[Rails] Problem with parsing excel file using spreadsheet

2009-08-04 Thread Anu Sebastian
::ParseExcel.parse(public/downloads/test.xls) worksheet = workbook.worksheet(0) worksheet.each { |row| puts row.at(0).to_s } But it prints 'nil'. I have data in my excel file. Could you please help me? Thanks, Anu -- Posted via http://www.ruby-forum.com

[Rails] Re: Extract data from SOAP response

2009-06-27 Thread Anu Sebastian
) But what is the raw_xml method? Many thanks in advance Erik Hi Erik, Were you able to resolve this issue? I am also having the same issue... please help...I don't know how to parse my SOAP::Mapping::Object Googled a lotbut no use.. Thanks Anu -- Posted via http://www.ruby