Displaying 20 results from an estimated 5000 matches similar to: "ActiveLdap: no such file to load -- ldap (MissingSourceFile)"
2011 Nov 02
3
activeldap and migrations
Stupid activeldap is messing with my mind ;-)
rails (3.1.1
activeldap (3.1.0)
rubygems-update (1.4.2)
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
2006 Dec 13
0
activeldap setup help?
So I would like to use ActiveLDAP. I have been following along with
http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap .
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
2008 Jun 04
2
gem_original_require
Hi all,
my computer decide to take a dirt nap today so I am trying to relaod
rails on another machine and I am getting this error message which I
can''t make heads or tails about:
no such file to load -- postgres
RAILS_ROOT: ./script/../config/..
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require''
2009 Apr 06
1
Seeking help with basic installation
Hi all,
Please help me.In my first attempt to creat a simple
controller and working with hello world program.I got some error
though I have my action and view correctly.......
In general..When I type http://localhost:3000/ I can get the welcome
page.But when I see the "About your application Envinorment"..I get
some error as following..
MissingSourceFile in
2009 Sep 30
1
Can't connect with MySQL database
I just installed MySQL and its drivers on a Mac OS X Leopard. When I
issued my rails command to build a new app, then issued the script/
server command and connected to my localhost:3000 in the browser, I
saw the following problem with MySQL.
I changed/updated the PATH in nano, and it can see MySQL fine. So I
really don''t understand the problem.
Can you tell me what I need to do?
Thank
2007 Dec 21
7
missing sourcefile (no such file to load)-- squlite3 error
hi all,
i got a problem of no such file to load -- sqlite3, after installing
new rails version yesterday...
the uninstallation gone through this way...
$ gem uninstall rails
successfully uninstalled rails-1.2.3
Remove executables and scrips for
''rails'' in addition to the gem ? [Y/n] - then i gave it ''Y''
*** as like it gone
2006 Aug 07
0
deployment failures with sqlite3
Hello list,
I''m attempting to deploy my first rails app on textdrive and have run
into a problem. I currently have lighttpd running and I am able to
start my rails app. When I attempt to visit my site I get an:
Application Error (Rails)
Investigating my production.log it looks like the app isn''t finding
sqlite3, right? Do I need to pack that with the app? What about non
2008 Jun 30
3
script/console sqlite3
I hope this is in the right place, if not just point me to the right
place, please.
I''m running through this tutorial:
http://developer.apple.com/tools/developonrailsleopard.html
and everything went swimmingly until I got to the point where I had to
do some db stuff in script/console. I enter what the tutorial tells me
to
vendor1 = Vendor.create(:name => ''Parties R
2008 Nov 02
1
ROR Ubuntu 8.10: Action Controller: Exception caught
System:
Virtual Box running Ubuntu 8.10 as guest
Fellowed ( http://wiki.rubyonrails.org/rails/pages/RailsOnUbuntu ) to
instal RoR
Book: Agile Web Development with Rails: Second Edition
Issue:
(pleas help)
I''m creating a simple hello world application as defined on pages 36-40.
Generating controller called ''Say''.
How to I fix issue below?
it returns this error rather
2006 Jul 18
0
Rails Error w/ ActiveLdap
Hello,
I am working on creating a simple interface for an ldap user repository.
A little background, for development, I am working under Cygwin, with an
ssh port forward on port 636 (for SSL).
I have included clips of my error message and all
config/environment/model files below. I replaced domain information,
which I have double checked with "<CORRECT>".
Please let me know
2006 Jul 18
1
Rail w/ ActiveLdap
Hello,
I am working on creating a simple interface for an ldap user repository.
A little background, for development, I am working under Cygwin, with an
ssh port forward on port 636 (for SSL).
I have included clips of my error message and all
config/environment/model files below. I replaced domain information,
which I have double checked with "<CORRECT>".
Please let me know
2009 May 06
0
OCI Library Initialization Error
I am attempting to connect to ORACLE11g however i am getting the
following error:
"OCI Library Initialization Error"
IT always errors on OCIENV.init(). I cant see anything wrong on the ENV
configurations.
Has anyone had this problem, or any suggestions on where i should look
for anwers?
I am using the following gems:
ruby-oci8 (1.0.4)
activerecord-oracle-adapter (1.0.0.9250)
2005 Nov 30
0
uninitialized constant Base (NameError) trying to use ActiveLdap
Hi group
I''m trying to hook up my simple app to Active Directory. I''m following
instructions posted on the website.
Mainly http://wiki.rubyonrails.com/rails/pages/HowtoAuthenticateViaLdap
and now also http://wiki.rubyonrails.com/rails/pages/ActiveLDAP.
The two instructions seem to differ a little on how to configure
(environment.rb). Both instructions break my app with an
2007 Sep 11
0
ldap authentication with ruby
Hi All,
I am a new to ruby on rails.. i would like to authenticate ruby site
using LDAP .. I followed the link
http://wiki.rubyonrails.org/rails/pages/HowtoAuthenticateViaLdap
but after mentioning require ''activeldap'' in config file and start the
webrick server it gives the following error message...
2010 May 28
0
Rake Aborted! db:migrate
Hello, I am trying do a migrate of my database but I have problems, I
write this in the console:
[console]
rake db:migrate
[/console]
And say me:
[console]
(in /home/distriker/Documentos/public_html/crf)
!!! The bundled mysql.rb driver has been removed from Rails 2.2.
Please install the mysql gem and try again: gem install mysql.
rake aborted!
no such file to load -- mysql
(See full trace by
2009 Jan 23
7
RubyOnRails with MS SQL - Connectivity Error
Hi all...
Please help me solve the issue.
While trying to create a connection with MS SQL database in RubyOnRails,
I''m getting a ‘Deprecated ..’ error. (I referenced a doc posted in net
for the same.)
System details: OS: Windows Xp
Ruby version: 1.8.6
Rails: 2.1.2
Gems: 1.3.1
RadRails: 0.7.2
2006 Mar 05
2
ActiveLDAP maintain user connection
Hi, I''ve just started to do some work using ActiveLDAP and Rails. I''ve
managed to get some basic login code that works to authenticate users,
but I would like to be able to maintain that connection for the User
Model so that the ACL''s in LDAP for each user will be used correctly as
the various controller queries are made. I haven''t quite sorted out how
to
2009 Jan 22
0
ActiveLdap belongs_to and has_many associations
Hi,
I am trying to use ActiveLdap for authentication in my rails app. But I
am running into a problem with the "belongs_to" and "has_many"
associations.
Here ist how my models look like.
class Person < ActiveLdap::Base
ldap_mapping :dn_attribute => "uid",
:prefix => "ou=People",
:classes =>
2009 Jun 30
2
First time problem
This is the first time I am Running ruby on rails.
When running the "blog" application I got the message
"We''re sorry, but something went wrong.
We''ve been notified about this issue and we''ll take a look at it
shortly."
Then I checked the CODE\blog\log\development.log and got this:
2010 Dec 29
1
activeldap anyone using?
Someone use activeldap?
I''ve installad the gem but it seems to me that tha latest activeldap
version require rails 2.3.8.
I use rails 3.0.3 and don''t want to install version 2.3.8.
Is activeldap a old gem?
--
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