search for: cwhite

Displaying 3 results from an estimated 3 matches for "cwhite".

Did you mean: white
2011 Nov 02
3
activeldap and migrations
...essing 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::...
2011 Dec 05
9
jquery - word is not defined
...w in a table to have a different css class So I''m using... app/assets/javascripts/people.js.coffee and put in... $(document).ready(function() { $(''tr:nth-child(odd)'').addClass(''odd''); }); and I get the error - word is not defined (in /home/users/cwhite/tti_framework/app/assets/javascripts/people.js.coffee) So I tried variations including $(document).ready(function() { $(''tr:odd'').addClass(''odd''); }); but still the same problem and my css does indeed have tr.odd defined and works fine if I do odd_even in the...
2012 Jan 05
8
js update partial missing template
...;<% end -%> </ul> </div> </div> </div> <p>Missing template permissions/add_member, application/add_member with {:locale=&gt;[:en, :en], :handlers=&gt;[:coffee, :builder, :erb], :formats=&gt;[:html]}. Searched in: * &quot;/home/users/cwhite/tti_framework/app/views&quot; </p> and if I rename app/views/permissions/add_member.js.erb to add_member.erb, I get a different error... Showing <i>/home/users/cwhite/tti_framework/app/views/permissions/add_member.erb</i> where line <b>#1</b> raised: <pre&...