similar to: Noobkit - Rails doc on steroids

Displaying 20 results from an estimated 8000 matches similar to: "Noobkit - Rails doc on steroids"

2006 Feb 26
2
auto_complete on steroids
I am trying to get more out of auto_complete than it apparently was designed to deliver. My problems seem to be two fold. 1 - I use aggregations on names... :first_name, :middle_initial, :last_name and then aggregate them using a composed_of :wholename thing auto_complete_for seems to be wired to only use table columns directly and gags on the aggregate form. 2 - foreign table columns -
2005 Sep 03
13
acts_as_taggable v2 - Tagging on Steroids
Hi folks, Thanks to the community feedback on the 1st version, I''ve come up with a much improved version of the acts_as_taggable mixin. ThereĀ“s some piece of the action here: http://dema.ruby.com.br/articles/2005/09/03/tagging-on-steroids-with-rails Cheers Dema -- http://dema.ruby.com.br - Rails from a .NET perspective
2002 Dec 12
0
Shorewall on Steroids
Today, the Mandrake Store here in the US have made available for sale their "Multi Network Firewall" (MNF). MNF is built around Shorewall and has a lot of nice features including a cool GUI. MNF has been under development for almost a year and is Mandrake''s next-generation firewall product. For those of you who are using Shorewall in a commercial environment and who are
2008 Dec 04
0
how to impliment tagging with steroids?
hi, Can any on egive the idea of taaging using acts_as_taggable_on_steroids? thanks --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to
2008 Feb 26
1
problem with posting with acts as taggable on steroids
hi all i''m trying to have a post with tags included but i''m getting undefined method `tag_with'' i''ve already added acts_as_taggable to the model and on the controller the code for creating the post is: def create @post = Post.new(params[:post]) @post.tag_with(params[:tag_list]) @post.user = current_user if @post.save redirect_to
2008 Dec 11
1
help needed regaring Acts As Taggable On Steroids
Hello, In my rails application, I have a book model. I want to add tags. For that I have installed acts_as_taggable_on_steroids from this link http://agilewebdevelopment.com/plugins/acts_as_taggable_on_steroids and do as the readme file. This is my Model : class Book < ActiveRecord::Base acts_as_taggable end Here is my ApplicationHelper : module
2012 Nov 28
1
Unable to configure Puppet-dashboard using opensource package
Hi I''m trying to configure Puppet-dashboard after installing Puppet from the open source package. But there was no issues when using the Enterprise package. Do you have any solutions for the below error? I''m trying to configure Puppet-dashboard. # rake RAILS_ENV=production db:migrate NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after
2006 Jan 05
3
Ruby OpenID library and OpenIDLoginGenerator
Version 0.9.2 of the Ruby OpenID library has been released. This latest release contains a port of the rails LoginGenerator (OpenIDLoginGenerator) that uses OpenID for authentication. Read more and download the library: http://www.openidenabled.com/openid/libraries/ruby/ http://raa.ruby-lang.org/project/openid/ A bit about OpenID: OpenID is a URL based identity system. An OpenID identity is
2007 Jan 24
0
the vendor dir, gems and openid
Dear all, I am currently developing an application which uses OpenID as a login system. On my development box everything works like a charm. But as soon as I deploy the code to our production server things go wrong. First the OpenID gem could not be located. This made sense as it is not installed on the production server, so after some browsing it appeared that I needed: $ cd
2006 Feb 01
0
Ruby OpenID 0.9.4
OpenID is a decentralized URL based identity system. This library provides a ruby interface for verifying and serving OpenID identities. More at http://openid.net/ This latest release contains many exciting new features including server support, Rails consumer and server examples, and a rails based ActiveRecord store. Features: * Easy-to-use API for verifying OpenID identities (OpenIDConsumer)
2008 May 19
6
Sample Code, quick simple openid auth
You''ll need to install the ''openid'' gem for this, and require it in your camping app: class Login < R ''/login'' def get this_url = ''http:'' + URL(''/login'').to_s unless input.finish.to_s == ''1'' # start doing the auth here begin
2005 Mar 03
4
Steroids for Rsync!
I've been researching the state of 'file alteration monitoring' technology on Linux. Famd uses dnotify to inefficently monitor a handful of directories. The replacement for dnotify is being worked on in the kenel and it's called inotify. If I understand it correctly and they get it finished, it would be an awesome addition to rsync. With it, you could run rsync to update a
2006 Jul 14
0
OpenID immediate mode
Maybe nobody else has tried this, but there''s a problem with immediate mode in the current release of OpenID. If you use it, you''ll get the first "complete" response correctly, as OpenID::SETUP_NEEDED, but you''ll get OpenID::FAILURE when you user returns to your site after typing in his password and whatever. The reason is that OpenID''s
2006 Apr 03
3
New software, test site, OpenProfile
I''ve just put a new Ruby On Rails application up for testing at: <http://rtest.openprofile.net> Open Profile can be used as a login and user profile module for any Ruby On Rails application. Its purpose is to minimize the hassle of joining new web forums (or anything else on the web that requires you to enter a user name, email addres, password twice, etc.). If it''s
2004 Nov 07
2
Symlink file syncing issue
Hi! I've been attempting to use rsync to sync a set of files between my laptop and my desktop. I've tried using google to search the archives, but didn't find anything that addressed this issue exactly... First of all, here are the details of how I have things set up. Server acting as the intermediary: OS: Mac OS X Server 10.3 rsync: 2.6.2 Laptop: OS: Mac OS X 10.3.6 rsync: 2.6.2
2020 Jul 08
1
Dovecot - Xoauth2 - keycloak
Hello, Still trying to make roundcube / Dovecot works with Keycloak. Dovecot can't seem to validate the access_token that Roundcube gave. ----- Jul 08 20:48:05 auth: Debug: http-client[1]: request [Req1: GET
2007 Dec 24
0
Update OpenIdAuthentication to use Ruby OpenID 2.x.x
The new Ruby OpenID library has been released and it has a bunch of major changes from 1.x.x. This patch updates the OpenIdAuthentication plugin to use the 2.x.x version. I wouldn''t usually feel much pressure to upgrade, however the ruby- openid 1.x.x gem is broken after Ruby Gems 1.0 was released. I think we should also consider freezing ruby-openid in this plugin so this type of thing
2006 May 27
2
[Repost] OpenID and my db schema
Hi, I posted this before, but didn''t get an answer, so I''m trying again. I''ve recently decided to use OpenID to let users log in to my site instead of old fashioned account creation. They''ll be able to add a small amount of personal details (about three things) to their account, and post messages in the site BB. I have an openid_users table which stores the
2009 Jul 28
2
Rails on OS X problem
Hi All, So far I have been unable to get rails working on a 10.5.6 OS X installation. Every ''rails'' command ends with the following error: /Library/Ruby/Site/1.8/rubygems.rb:827:in `report_activate_error'': RubyGem version error: ruby-openid(2.1.7 not ~> 2.0.0) (Gem::LoadError) I tried uninstalling and then re-installing ruby-openid, but that doesn''t help.
2006 Jun 14
0
testing table associations
First, thanks to everyone who replied to my pluralization question from before! Today I''m confused by associations. I''ve set up a bunch of associations in my models to describe these relationships: - each user can have many bookmarks and tags - each bookmark can have many users and tags - each tag can have many bookmarks and users (Part of what is confusing is that I can