Displaying 6 results from an estimated 6 matches for "right_aw".
Did you mean:
right_aws
2010 Aug 28
0
Rails 3 warning
../home/bruparel/.rvm/gems/ruby-1.9.2-head/gems/right_aws-2.0.0/lib/awsbase/support.rb:47:
warning: toplevel constant ClientStatus referenced by
Client::ClientStatus
/home/bruparel/.rvm/gems/ruby-1.9.2-head/gems/right_aws-2.0.0/lib/awsbase/support.rb:47:
warning: toplevel constant Client referenced by ClientComment::Client
/home/bruparel/.rvm/gems/ruby-1...
2011 May 16
0
right_aws gem
Can anybody suggest me a good book to implement right_aws 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 rubyonrails-talk+unsubscr...
2014 Apr 08
0
alternative for Amazon SQS for ruby
I need to use ElasticMQ in my rails project. But I dont see any
references which have used elasticmq with rails projects. I know that
Amazon SQS queuing system can be implemented with the help of right_aws
gem(an adapter which is used to connect to Amazon SQS). So I am
searching for a similar kind of gem/adapter which will support for both
ElasticMQ as well as AmazonSQS. I tried ElasticMQ with right_aws but it
seems it doesn't support. So Is there any gem in ruby for ElasticMQ
where I can implem...
2009 May 11
0
CloudCache for Ruby on Rails
...zall.com is pleased to announce CloudCache for Ruby on Rails,
implementing the ActiveSupport::Cache interface. The gem is open source
(Apache License version 2.0) and is available at
http://code.google.com/p/cloudcache-ruby/ .
Steps to install and use:
1. gem install cloud_cache activesupport right_aws uuidtools
2. Sign up for the service at http://quetzall.com - note the Quetzall
Access Key and Quetzall Secret Key
3. require ''cloud_cache'' in config/environment.rb
4. In app/controllers/application/controller, add:
5. CC_ACCESS_KEY = ''...''
6....
2009 Oct 03
2
Looking for a good resource on open-uri and FileUtils
Hi all,
I''m needing to extend the Paperclip Storage module to handle external
URL''s so that I can upload my doc''s/images to an external source rather
than the app''s local file system.
The FileSystem module reads
module Filesystem
def self.extended base
end
def exists?(style = default_style)
if original_filename
2010 Jun 21
4
Failing Routes in deployment
I have an app that has the following in the routes file:
namespace "admin" do
# ADMINISTRATIVE ROUTES ONLY
root :to => ''home#index''
resources :comments do
member do
get :approve
get :reject
end
end
resources :users do
member do
get :block
get :unblock
end
end
end
When browing to