similar to: CloudCache for Ruby on Rails

Displaying 20 results from an estimated 100 matches similar to: "CloudCache for Ruby on Rails"

2008 Mar 13
0
Call for Alpha Users - CloudCache.net
Howdy! CloudCache.net is seeking alpha users for our new metered service. The CloudCache services include: - Basic memcached capabilities wrapped in a ReSTful API - Improvements on memcached including the ability to backup, reconfigure, restore, and list keys. This allows us to grow our memcached farm transparently to our users. - Improved reliability - your keys and values are
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
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
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
2010 Nov 18
0
Rails 3 upgrade - Custom cache store
I had a custom cache store set up in Rails 2.3. I''m in the process of upgrading to rails 3, but have run into a snag. Before I had all the setting in my environment.rb. It would basically load a yaml file with my server settings, and set up the store via config.cache_store. It seemed like the correct place for this in Rails 3 was as an initializer. So I did basically the same thing,
2008 Jun 23
2
From Instant Rails 2.0 to Rails 2.1.0 - cache problem
i''m trying to update to rails 2.1 using instant rails, so i can use the new cache features, but when i try to use the method "Rails.cache.write" in my controller, i get the message "undefined method `cache'' for Rails:Module (NoMethodError)" and if i try to set the cache store ("ActionController::Base.cache_store = :memory_store") in a conf file, i
2008 Jun 23
1
updating to 2.1.0 using InstantRails2.0 - cache problem
hello. i''m trying to update to rails 2.1 using instant rails, so i can use the new cache features, but when i try to use the method "Rails.cache.write" in a controller, i get the error "undefined method `cache'' for Rails:Module (NoMethodError)" and if i try to force the cache store to memory_store using "ActionController::Base.cache_store =
2011 Apr 27
3
Can't configure cach_store in an initializer
I''m trying to use redis-store as my cache_store. I also have an app_confirg.rb initalizer which loads a yaml file for config settings. In my redis.rb initializer I have: MyApp::Application.config.cache_store = :redis_store, APP_CONFIG[''redis''] However, this doesn''t appear to work. If I do Rails.cache in my rails console I can clearly see it''s using
2020 Jun 28
0
HP vs. Brother Printers: Use with Centos/Fedora
At Sat, 27 Jun 2020 22:09:47 -0500 CentOS mailing list <centos at centos.org> wrote: > > > > On 6/27/20 5:26 PM, Ron Loftin wrote: > > On Sat, 2020-06-27 at 18:17 -0400, Jay Hart wrote: > >> We currently have a Brother MFC-5490CN. Printer firmware is dated > >> June 1010. (yeah, 10 years old).????????Few years ago the brother software > >>
2014 Feb 09
0
[Bug 74695] [NV86] GPU hangs on resume, causing X to crash
https://bugs.freedesktop.org/show_bug.cgi?id=74695 --- Comment #7 from Carla sella <carla.sella at gmail.com> --- I started having Xorg server crashes from kernel 3.8.0-35 on wards. Up to kernel 3.7.10 I had ho crashes after suspension (that is until Ubuntu Quantal Quetzal no crashes, from Ubuntu Raring Ringtail I stared having crashes). Carla -- You are receiving this mail because: You
2008 Mar 12
0
Foundation Accepting Applications for BSDCan Travel Grants
Calling all FreeBSD developers needing assistance with travel expenses to BSDCan 2008. The FreeBSD Foundation will be providing a limited number of travel grants to individuals requesting assistance. Please fill out and submit the Travel Grant Request Application at www.freebsdfoundation.org/documents/ by April 1, 2008 to apply for this grant. We have increased our travel grant budget for 2008!
2020 Feb 18
0
Open Source Hackathon Mentorship Invitation
Hello, My name is Misha Patel and Iā€™m reaching out on behalf of the HackIllinois Outreach team. HackIllinois is a 36-hour collegiate Open Source hackathon that takes place annually at the University of Illinois Urbana-Champaign. This year, it will be from February 28th-March 1st, 2020. Our mission is to introduce college students to Open Source, while giving back to the community. We strive to
2010 Feb 03
0
AsiaBSDCon 2010 travel grant application extention
Good News!! We've extended the deadline for accepting AsiaBSDCon travel grant applications. Please submit your application by Feb. 10, 2010. If you have already submitted an application, you will be hearing from us soon. Please fill out and submit the Travel Grant Request Application at http://www.freebsdfoundation.org/documents/TravelRequestForm.pdf. How it works: This program is open
2008 Mar 30
0
Call for Papers: Eurobsdcon2008 in Strasbourg, France
EuroBSDcon 2008: Family Meeting The European BSD Conference, October 18-19th 2008, Strasbourg, France FreeBSD, NetBSD, OpenBSD, MacOS X, DragonFlyBSD, PC-BSD, DesktopBSD: Are you doing interesting things with one of these BSD based operating system? Anything hot you are working on? Come to Strasbourg and talk about it! EuroBSDCon is a conference for users and developers on BSD based
1999 Nov 14
0
Roaming profile: login path= ignored on 2.0.6
Has anyone else noticed this? With Samba 2.0.6, Samba seems to ignore my logon path= statement, and always put profiles in the home directory. I can toggle this symptom by switching back and forth between 2.0.5a and 2.0.6. With login path=\\%N\profile\%U, 2.0.5a puts them below the directory I define in [profile]. 2.0.6 puts them below my home directory. In my case I have 2.0.5a and 2.0.6 in
2006 Jan 30
1
find_by_sql and memcached
Is a find_by_sql query cached with memcached and cached_model (http://dev.robotcoop.com/Libraries/)? Looks like the answer is no. Is there a reason for this? I have a lot of very complicated querys with a lot of unions, subquerys and joins that would greatly benefit from the cache. Going through the code I can see that the find_by_sql method is changed in cached_model.rb, but it does not call
2010 Mar 31
1
Custom cache store ā€“ possible?
Hi. I want to define my own cache store but I have no idea how to use in my app. Rails initializer reads environment config before loading app initializers and plugins. So, i cant write: config.cache_store = :my_beautiful_cache_store, ''localhost:641'' even if I put ActiveSupport::Cache::MyBeautifulCacheStore in config/ initializers. Now i think it is impossible to define my
2009 Jun 11
1
fragment caching file_store problems
Hello, I''m having problems on both my production and development servers with fragment caching. Every time I try to cache something using <% cache do %>, I get the following error: Couldn''t create cache directory: views/0.0.0.0:3000/jobs/106/questions/ 174 (wrong number of arguments (2 for 1)) but strangely, all of the directories apart from the last one are created.
2012 Jan 25
0
Can't Get Caching to Work with Heroku and Memcache
I''m on Heroku and trying to implement caching in my Rails app, but I''m running into some problems that I don''t understand. I thought it would be easy after reading the Rails Guide and Heroku docs on caching strategies, but apparently doing something wrong. Issue 1: view of action doesn''t seem to expire Issue 2: when I use :layout => false, both my admin
2011 Jul 01
0
config.cache_store file path ignored?
Hi- I have enabled caching in my application and am using the :file_store option, as shown below (enabled in each environment). config.cache_store = :file_store, "#{Rails.root}/public/cache" Why is it that the file path I set is ignored? Everything seems to get dumped out to /public, by default. Thanks! -- You received this message because you are subscribed to the Google Groups