[Rails] Re: sqlite3/sqlite3_native (LoadError)

2010-09-05 Thread nktokyo
Does the file exist? I can't help much on windows, but have resolved similar issues on UNIX with a full path, not a relative path. On Sep 5, 7:11 pm, Dani Dani wrote: > Hi, > here is some more information. I'm using windows xp, sp3. > Here is the content of the sqlite3.rb file where the error co

[Rails] (Resolved) Re: drop_receiving_element does not fire

2010-09-05 Thread nktokyo
This is now resolved. On Sep 5, 1:23 pm, nktokyo wrote: > I am trying drag and drop in RoR for the first time. > > What I want to achieve, is a list of slots, and a list of entries. You > should be able to drag an entry onto a slot and slot.entry_id will > update to ma

[Rails] drop_receiving_element does not fire

2010-09-05 Thread nktokyo
I am trying drag and drop in RoR for the first time. What I want to achieve, is a list of slots, and a list of entries. You should be able to drag an entry onto a slot and slot.entry_id will update to match the dragged entry.entry_id. I've spent a lot of time looking in textbooks and online, but