search for: devlists

Displaying 20 results from an estimated 734 matches for "devlists".

2006 Jan 19
4
DevLists :: Mailing lists made easy
...e list volume grew, it became utterly impossible to browse through the new messages and very hard to locate the useful gems I had previously found. After subscribing to a few more lists, I realized that there had to be a better way. I could not find anything to meet my needs, so I designed DevLists, which, thanks to rails, was easier done than said. http://DevLists.com aims to make managing your mailing lists as simple as possible by providing one simple, clean interface for reading your favorite mailing lists and posting responses. DevLists is packed full of features to make it possi...
2006 May 22
15
collection_select default selected value
Hiall, Unfortunately I just can''t find out how to setup a default selected value when using collection_select. My call is like so: <%= collection_select(:consultant, :lastname, @consultants, :id, :lastname, { :selected => @current_consultant.id } ) %> which is not working, I debugged so far that I know that @current_consultant.id contains the correct value. Any tips? cheers
2006 Feb 07
4
ruby-forum.com problems?
Anybody else experiencing problems accessing ruby-forum.com ? For the past week or so I''ve mostly not been able to access it. It either never loads, or displays a 500 error message. I prefer it though to direct email, or the Mailman archives. csn __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around
2006 Jun 21
7
acts_as_taggable and paginate?
Hi there, I''ve been trying to paginate over a list of members that all share a tag in common using the acts_as_taggable plugin. The regular way of paginating over a collection doesn''t seem to work with acts_as_taggable. Here''s what my method looks like that takes in a tag name, finds all the members that share the tag and then displays all the members. Nothing too fancy
2006 Jul 14
3
Apache Takes 10mins to Reboot
...ust over 10 minutes to reboot. What up with that? The FastCgiServer processes also have the RAILS_ENV variable set to production. Of course, once it reboots the app is lightning fast and all is well. Is this just something I have to deal with by using Apache/FastCGI? -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Jun 21
4
Searching messages
Is there some way (using Google for example) to search all the prior messages? The search function in devlist is not very useful. Richard RogueWaveMarine.com -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Feb 11
16
Why does''nt rails pick up more metadata from a mysql schema?
Hi, when I define a db column to be non-nullable or of length 20 or as numeric, I would expect rails to validate that, but that doesn''t seem to be the case. Any idea why that is? The metadata is accessible, at least in the mysql case. I am using rails 1.0 with mysql 5. Cheers, Mariano
2006 Apr 29
4
Event.observe mystery
...9;'Item 3''); And here comes the mystery: only the last item (item3) triggers the ''onMouseOverHandler'' listener. When I remove item3, than it''s trigged by item2 and so on... Anyone have a solution? Thank you in advance! Thomas -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Feb 21
5
No Log
...app set to development mode. I deleted all of the log files in the log directory and no new logs are being created (I assume that the app will create the logs as required). What''s going on here? Is there some sort of configuration for turning logs on and off? -- Posted with http://DevLists.com. Sign up and save your time!
2006 Jun 17
5
STI versus Composition...or the headaches of one big table
...nsure how to go about this...composed_of doesn''t seem to be designed with this situation in mind. Any insight or suggestions you may provide will be very welcome. Thanks! B.A. -- B.A. Baracus: I thought you weren''t crazy no more? Murdock: Only on paper. -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Feb 08
3
Using shared RJS templates
...The problem that crops up is that it simply inserts the contents of the RJS template into the appropriate spot as flat text without actually executing the javascript. I''m on edge rails ATM. Anyone out there playing with RJS templates encountered this before? -- Posted with http://DevLists.com. Sign up and save your time!
2006 Jul 07
3
dynamically updating a listbox from another listbox
...a user select a certain ''sector'', the ''levels'' listbox should be populated dynamically with only the ones related to that sector. I''m using collection_select for my listboxes. Is it possible (with some AJAX maybe)? Thanks -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Jun 18
3
on change of drop down a textfield emerging
hi, i have a situation where i have a list of options from which a user selects his options if its not in the list he/she selects Others/Not Present and a new textfield should pop up and the data entered there should be considered instead of dropdown. i have done this using javascript/dhtml but i was wondering how this can be done using pure rails i.e using some of the RoR apis?. i would
2006 Jun 07
2
Mailing list broken?
Did the mailing list break? I haven''t received a new message since around 11:30am (EDT). The list on www.devlists.com also shows no activity. Yet, looking at the Ruby forum (http://www.ruby-forum.com/forum/3), it does show some messages have been posted. Of course, this will probably not get sent out... ;) Just wondering... jt -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 May 24
3
using a helper from the console
I''ve got a couple of helper functions in my application_helper file that I would like to run from the console (for debugging). What is the correct way to invoke a helper from the console? _Kevin -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Mar 10
3
before_filter question
...can know which action is really about to be called? Let''s say I want to log out which action is going to be called, how can I know that in the before_filter method? (My question is not really about logging, that''s just an example). Thanks! Jeff -- Posted with http://DevLists.com. Sign up and save your time!
2006 Feb 18
6
Active Record errors value - Why doesn''t this work?
...the message that I added does not show up in the list of errors on the resulting page. So, am I doing something wrong? If not, how can I add my controller errors to the AR errors so that they are reported on the resulting page (and cause AR to not add the record)? -- Posted with http://DevLists.com. Sign up and save your time!
2006 May 05
11
Listing Actions
OK, call me crazy, but am I the first one to want to list out the actions that are available @ runtime? Anyone else come across this yet? Am I crazy? Well, yes, but... -- Posted via http://www.ruby-forum.com/.
2006 Mar 29
3
Self-referential many-many joins with :through
I thought I had this nailed but.. now I''m seeing spots.. I''ve included my models below, feel free to ignore them. I''m really just after an example that works. I couldnt find one on the wiki... which is fair enough considering Ricks patch: http://dev.rubyonrails.org/changeset/4022 that fixed them only went through 5 days ago.. Cheers -henster
2006 May 26
5
scriptaculous - auto complete textbox with a drop down
Hi, I''m using scriptaculous to provide an auto complete textbox - and it works perfectly - but I was wondering if there was anyway to let users navigate the choices using the keyboard i.e the curor keys as opposed to having to use the mouse? Apart from that it''s perfect! :) Cheers, Pete -- Posted via http://www.ruby-forum.com/.