I'm facing this issue too.
On Wednesday, November 2, 2011 2:54:21 PM UTC-4, Craig White wrote:
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 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 migrations)
perhaps my problem stems from here...
cwhite@nxpc:~/tti_framework$ head -n 5 config/application.rb
require File.expand_path('../boot', __FILE__)require 'rails/all'
require "active_ldap/railtie"
require 'will_paginate/data_mapper'But I don't know. Anyone know how I can clean this nuisance up?
--
Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ craig...@ttiltd.com
1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ www.ttiassessments.com Need help communicating between generations at work to achieve your desired success? Let us help!
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/YDEb3VmTRq8J.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment