Displaying 3 results from an estimated 3 matches for "bitsbuild".
Did you mean:
  biocbuild
  
2011 Jun 21
1
Redis persistent values missing
Hi,
I am using redis to store high scores for my users.  I restarted it
for the first time in a month and now I am missing all the stored
values.  Anyone have an idea why this happend?  Is there any way to
get them back??
-- 
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
2011 Jun 30
8
Error of DEPRECATION WARNING
Hi,
I Have a strange error when i type the command "rake db:migrate "
Can you help to solve this error or give me some advices
the error is:
DEPRECATION WARNING: Rake tasks in /home/joanne/Desktop/picto/vendor/
plugins/prawnto/tasks/prawnto_tasks.rake are deprecated. Use lib/tasks
instead. (called from <top (required)> at /home/joanne/Desktop/picto/
Rakefile:7)
thanks for help
2011 Jul 25
6
What does using a lambda in rspec tests accomplish?
Here is the code in question:
describe UsersController do
  render_views
  …
  …
  describe "POST to ''create'' action" do
    describe "failure" do
      before(:each) do
        @attr = { :name => '''', :email => '''', :password => '''',
                         :password_confirmation =>