search for: usersystem

Displaying 5 results from an estimated 5 matches for "usersystem".

Did you mean: user_system
2006 Jan 26
2
Change email template for Salted Hash Login Generator?
There are a couple of things I''m trying to do with the salted hash login generator. First off I am trying to change the email template to include some other things such as links to the site, instructions and other email goodness. Second I am trying to find where the gem is pulling the app_url from because I changed it to reference my host name, but I have not been able to get it to
2006 Apr 11
4
wrong number of arguments (2 for 1)
Hi, Im having trouble figuring out how to query my database in ruby and i''m hoping someone can help me out. I''d like to find all my departments that match a permalink passed from the url. The department must also match a particular category, also passed through the url. I have written the following code. But unfortunatley I get an error "wrong number of arguments (2 for
2007 Sep 07
4
Ferret DRB - can add/edit index, but can''t search
...39;'m using in my searches (not sure if this matters to Ferret DRB or not): Ferret::Search::SortField.new(:article_published_date, :reverse => true) Ferret::Search::Sort.new([Ferret::Search::SortField::SCORE, date_sort]) Ferret::Search::RangeQuery.new(:article_published_date, :>= => UserSystem::APP_DEFAULTS[:days_for_new].days.ago.utc.to_i.to_s, :<= => Time.now.utc.to_i.to_s) Ferret::Search::Sort.new([Ferret::Search::SortField.new(:article_published_date, :reverse => true)]) Any ideas why my searches wouldn''t be working? -- Posted via http://www.ruby-forum.com/.
2009 Jan 22
0
script/plugin and polluted(?) sources
...ther repositories. The script could then discover and install ssl_requirement. BUT: It wasn''t the same version of ssl_requirement that I''d installed (and worked well with) on other projects. The version I got, in SslRequirement::ensure_proper_protocol, made use of a module called UserSystem, which I didn''t have installed. My guess (am I right?) is that someone modified the plugin for his own use and then put it into a public repository. How can I set script/plugin so that it pulls in only generally-released versions of the plugins? — F -- Posted via http://www.ruby-fo...
2006 Jan 25
6
Displaying based on hostname/subdomain
Ive tried multiple ideas to get this to work, but keep hitting a dead end. Has anyone done this before? I want joe.domain.com to display www.domain.com/profile/joe Im using lighttpd. Routes dont have access to the URL string and therefore I cant code in a conditional. lighttpd rewrite seems to really screw it all up. Is there a feasible solution? Thank you, Joe Noon