search for: active_ldap

Displaying 7 results from an estimated 7 matches for "active_ldap".

2011 Nov 02
3
activeldap and migrations
...) I have activerecord (database.yml/postgresql) and activeldap (ldap.yml) as configured sources for my models. I want to add some more things to my models but activeldap is killing my attempts to create migrations... cwhite@nxpc:~/tti_framework$ rails generate migration AddSettings error active_ldap [not found] Last time, I manually created the migration file which I can keep on doing but it seems that I should be able to actually generate migrations (I could generate models but they defaulted to ActiveLdap::Base rather than ActiveRecord::Base too and thus didn''t automagically create...
2007 Jun 06
1
ActiveLdap: no such file to load -- ldap (MissingSourceFile)
...ve_support/core_ext/kernel/reporting.rb:11:in `silence_warnings'' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/core_ext/kernel/requires.rb:5:in `require_library_or_gem'' from /usr/local/lib/ruby/gems/1.8/gems/ruby-activeldap-0.8.2/lib/active_ldap/adapter/ldap_ext.rb:1 ... 33 levels... from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 from /usr/local/bin/mongrel_rails:16:in `load''...
2005 Oct 27
0
Re: Skipping framework in new initializer doesn't skip framework - IGNORE
...s/activerecord-1.12.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:45:in > `establish_connection'' > > > (Aside: If you''re wondering why I''m trying to suppress loading of > active_record, it''s because I''m using active_ldap for the models.) > > Just for fun, I did the same thing to an app that does have a db > behind it, and got, as expected, > ActiveRecord::ConnectionNotEstablished on login attempt. > > I upgraded to 0.14.2 yesterday and did ''rails trunk'' on both apps, so > I su...
2005 Oct 27
0
Skipping framework in new initializer doesn't skip framework
...r/lib/ruby/gems/1.8/gems/activerecord-1.12.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:45:in `establish_connection'' (Aside: If you''re wondering why I''m trying to suppress loading of active_record, it''s because I''m using active_ldap for the models.) Just for fun, I did the same thing to an app that does have a db behind it, and got, as expected, ActiveRecord::ConnectionNotEstablished on login attempt. I upgraded to 0.14.2 yesterday and did ''rails trunk'' on both apps, so I suspect that something went wrong w...
2006 Dec 13
0
activeldap setup help?
...aLdap . I installed ruby-activeldap (0.8.0) from RubyGems, which also installed log4r -- that all appeared to work. I then installed rubyldap from its latest tar.gz. Also appeared to work fine. But I''m stuck here. When I add require ''activeldap'' (or require ''active_ldap'' -- I tried both) to my environment.rb the server will not start and produces no output other than "=> Booting WEBrick". It does not add anything to the log. Can someone help me get started here with some pointers on getting ActiveLDAP hooked in? Also, is there a way to get...
2011 Dec 05
9
jquery - word is not defined
Just starting out with a beginner book on jquery and the very first thing I am trying fails (has to be me) Rails 3.1 - other jquery things working including a poor example of drag & drop that is my ultimate target here but just simply trying to get every alternating row in a table to have a different css class So I''m using... app/assets/javascripts/people.js.coffee and put in...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server