Re: [Rails] Help Regarding Amazon S3 and Career Wave along with Rspec

2011-03-13 Thread nishant nigam
Thanks Bryan... On 12 March 2011 14:44, Bryan Crossland bacrossl...@gmail.com wrote: On Sat, Mar 12, 2011 at 11:29 AM, nishant nigam nishantnig...@gmail.comwrote: Bryan i did those changes ...i dont know how to change the main uploader code from where the file will upload.. Everything

Re: [Rails] Help Regarding Amazon S3 and Career Wave along with Rspec

2011-03-12 Thread Bryan Crossland
On Sat, Mar 12, 2011 at 1:54 AM, nishant nigam nishantnig...@gmail.comwrote: Hey Bryan i have checked the link which you have given but i am not getting it, like the code i have is already created in Career Wave and i need to change that code and made up for Amazon S3 and have to write the

Re: [Rails] Help Regarding Amazon S3 and Career Wave along with Rspec

2011-03-12 Thread nishant nigam
Bryan, I am talking about the same thing i would like to use that one for avatar uploading of users that code is currently in Carrierwave and i wanted to change that code with S3 amazon there is a section of s3 in that link but i am not getting it.. like i have made changes in the storage to S3

Re: [Rails] Help Regarding Amazon S3 and Career Wave along with Rspec

2011-03-12 Thread Bryan Crossland
On Sat, Mar 12, 2011 at 2:54 AM, nishant nigam nishantnig...@gmail.comwrote: Bryan, I am talking about the same thing i would like to use that one for avatar uploading of users that code is currently in Carrierwave and i wanted to change that code with S3 amazon there is a section of s3 in

Re: [Rails] Help Regarding Amazon S3 and Career Wave along with Rspec

2011-03-12 Thread nishant nigam
Bryan i did those changes ...i dont know how to change the main uploader code from where the file will upload.. and i also need to write the rspec test cases for the same.. On 12 March 2011 08:12, Bryan Crossland bacrossl...@gmail.com wrote: On Sat, Mar 12, 2011 at 2:54 AM, nishant nigam

Re: [Rails] Help Regarding Amazon S3 and Career Wave along with Rspec

2011-03-12 Thread Bryan Crossland
On Sat, Mar 12, 2011 at 11:29 AM, nishant nigam nishantnig...@gmail.comwrote: Bryan i did those changes ...i dont know how to change the main uploader code from where the file will upload.. Everything is explained right in the documentation. If you installed fog and have an Amazon S3 account

[Rails] Help Regarding Amazon S3 and Career Wave along with Rspec

2011-03-11 Thread nishant
hello Guys, i would like to know some details regarding how to implement AMAZON S3 with Career Wave in Rails 3.0.3 and i have to write Rspec test Cases as well . Actually i already have code which is implemented with Career Wave its a image uploading code and i need to change that code on AMAZON

Re: [Rails] Help Regarding Amazon S3 and Career Wave along with Rspec

2011-03-11 Thread Bryan Crossland
On Fri, Mar 11, 2011 at 12:03 PM, nishant nishantnig...@gmail.com wrote: hello Guys, i would like to know some details regarding how to implement AMAZON S3 with Career Wave in Rails 3.0.3 and i have to write Rspec test Cases as well . Actually i already have code which is implemented with

Re: [Rails] Help Regarding Amazon S3 and Career Wave along with Rspec

2011-03-11 Thread nishant nigam
Hey Bryan i have checked the link which you have given but i am not getting it, like the code i have is already created in Career Wave and i need to change that code and made up for Amazon S3 and have to write the code for rspec On 11 March 2011 14:02, Bryan Crossland bacrossl...@gmail.com