[Rails] Does Ruby on Rails support sha1 as hash algorithm in digest access authentication?

2014-06-30 Thread Federico Viscomi
Hi Does Ruby on Rails support sha1 as hash algorithm in digest access authentication? In case it does, how do I configure the web server to use it? Kind regards, Federico. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To u

[Rails] Re: pg gem error

2012-09-21 Thread Federico Ruby
Just for your information, the solution posted on stacked overflow fixed my problem... -- 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 post to this group, send email to rubyonrails-talk@goog

[Rails] Re: pg gem error

2012-09-20 Thread Federico Ruby
This was my exact same problem: http://stackoverflow.com/questions/8814924/gem-install-pg-can-not-bind-to-libpq -- 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 post to this group, send email

[Rails] Re: pg gem error

2012-09-20 Thread Federico Ruby
My error wasn't related to any missing headers, pg was being linked with the wrong libraries. -- 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 post to this group, send email to rubyonrails-ta

[Rails] Re: pg gem error

2012-09-20 Thread Federico Ruby
1.9.3, I fixed it... I had to rename a "lib" folder inside the .rvm directory, compile the gem separately and then re-rename the folder... -- 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 po

[Rails] Re: pg gem error

2012-09-19 Thread Federico R.
I am getting crazy about this problem... Basically pg compiles for my system ruby (installed via apt-get), also compiles for my RVM ruby 1.8 BUT when I try to compile it for RVM ruby 1.9 it will fail!!! Why?? Error is always: Can't find the PostgreSQL client library (libpq) -- Posted via http

[Rails] Re: pg gem error

2012-09-19 Thread Federico R.
Did you find a solution? I have the same problem since days! :( Saravanan P wrote in post #1076481: > Thanks > > I already installed libpq-dev package and now only i > installed postgresql-server-dev-9.1 package. But no luck still same > error :( > > any help! -- Posted via http://www.ruby-f

Re: [Rails] Re: Ruport csv exporting failing on trivial dump

2011-06-13 Thread Federico Rota
Thanks for your reply Andrew. Your answer saved me from googling a little bit more. I'll have a look to the quick fix. If you need more details let me know. Thanks On Sun, Jun 12, 2011 at 11:14 PM, Andrew France wrote: > Hi Federico, > > Ruport is not currently Ruby 1.9.2 compat

[Rails] Ruport csv exporting failing on trivial dump

2011-06-11 Thread Federico Rota
better gem? (I might have much more complex reports in future, so i would like a 'multi-format' gem) Working on Rails version 3.0.5. Thank you for your time, Federico -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gr

Re: [Rails] rails habtm checkboxes with jquerymobile

2011-05-31 Thread Federico Rota
EDIT: this code in order to have a successful update: <%= check_box_tag "foo[foo_ids][]", bar.id, @foo.bars.include?(bar), :id => bar.id %> <%= bar.Name %> On Tue, May 31, 2011 at 8:36 PM, Federico Rota wrote: > Wel

Re: [Rails] rails habtm checkboxes with jquerymobile

2011-05-31 Thread Federico Rota
Well, I'm a newbie in rails and habtm worked just fine for my simple application. Jason you pointed me in the right direction and after a quick search I did it. My working code is the following (in case somebody needs it): <%= check_box_tag "foo[bar_ids][][#{bar.id}]", tag

[Rails] rails habtm checkboxes with jquerymobile

2011-05-30 Thread Federico Rota
. an alternative way to write my rails mobile code in order to have my checkboxes rendered as in the link above)? Thanks in advance, best regards. Federico -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send

Re: [Rails] Check that my sqlite database populated

2011-04-21 Thread Federico Rota
That's right. I did it. Shame on me for not reading carefully the documentation. Thank you guys. On Thu, Apr 21, 2011 at 10:09 AM, Frederick Cheung < frederick.che...@gmail.com> wrote: > > > On 20 Apr 2011, at 20:17, Federico Rota wrote: > > Well, when I run .databas

Re: [Rails] Composite index via command line migration, different behaviour in file

2011-04-20 Thread Federico Rota
Thanks Fred, at least I'll stop bouncing my head against the wall trying to make my command work! I'll stick with your solution or mine. Il giorno 20/apr/2011, alle ore 09:39, Frederick Cheung ha scritto: > > > On 19 Apr 2011, at 22:13, Federico wrote: > >>

Re: [Rails] Check that my sqlite database populated

2011-04-20 Thread Federico Rota
/apr/2011, alle ore 16:09, Bryan Crossland ha scritto: > On Tue, Apr 19, 2011 at 4:27 PM, Federico wrote: > Hello guys, > I've made a very simple application following the footsteps of > http://guides.rubyonrails.org/getting_started.html. > I managed to insert my objects (

[Rails] Check that my sqlite database populated

2011-04-19 Thread Federico
3.0.5 O.S. Windows 7 Thank you Federico -- 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@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr

[Rails] Composite index via command line migration, different behaviour in file

2011-04-19 Thread Federico
created. I can't understand why. I would like to create this composite index with a migration from command line. Thanks Federico -- 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 rubyonrai

[Rails] Re: Adding composite index to pre-existent table

2011-04-17 Thread Federico
Just easy like that...thank you Fred! (that's my name too btw :) ) On 17 Apr, 21:59, Frederick Cheung wrote: > On Apr 17, 8:19 pm, Federico wrote: > > > Hello everybody, > > I'm a newbie in RoR. > > In order to create a table I've created a migra

[Rails] Adding composite index to pre-existent table

2011-04-17 Thread Federico
e documentation about the add_index transformation but I can't create the new migration from command line. I think I can edit the 'create table' migration file, but I would like to have a different migration (generated by 'rails' command). Thanks in advance for your help, Feder

[Rails] Re: Add all metods in ssl_required

2010-05-18 Thread Federico Fernandez
I found this fork of ssl_required that solves this problem, but I haven't tried it yet: http://github.com/bcurren/ssl_requirement Ryan Wilson wrote: > it is too bad one can't just add > > ssl_required :all > > > Does anyone know how to solve both problems in the best way possible? > > Thank

[Rails] Ruby Summer of Code Project

2010-04-20 Thread Federico Builes
Hi, As part of my Ruby SOC proposals I'm thinking of working in the CI idea posted in http://wiki.rubyonrails.org/rubysoc/2010/ideas Ideally, I'd like to do a two step proposal: first one would be writing custom CI tool tailored specifically for Rails where we can see more relevant information. T

[Rails] Re: Dumb problem using BackgroundRb

2009-01-08 Thread Federico Brubacher
; error messages and relative instability. I'm now using workling- > starling for any new projects. > > Elise > > On Jan 8, 3:22�pm, Federico Brubacher http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subs

[Rails] Dumb problem using BackgroundRb

2009-01-08 Thread Federico Brubacher
i'm trying to use BackgroundRb but when I doworker = MiddleMan(:tag_sending_worker) in my controller i get "undefined method `MiddleMan' for # , but when i do it from the console it works fine. Of course i tried restarting my mongrel and restarting the backgroundrb process but no luck , any