search for: herdman

Displaying 12 results from an estimated 12 matches for "herdman".

Did you mean: hardman
2007 Jul 16
6
RubyToken::AlreadyDefinedToken and Edge Rails Docs
I''m having a wee bit of trouble building documentation for Edge Rails (rev 7187). When I attempt to run the doc:rails taask (or any doc:* task), I get the following error: -- BEGIN -- rake aborted! uninitialized constant RubyToken::AlreadyDefinedToken /Users/jherdman/Projects/crosslisting/vendor/rails/activerecord/ lib/../../activesupport/lib/active_support/dependencies.rb:263:in `load_missing_constant'' /Users/jherdman/Projects/crosslisting/vendor/rails/activerecord/ lib/../../activesupport/lib/active_support/dependencies.rb:452:in `const_missing'&...
2007 Jul 23
2
Acts_As_Ferret: disable_ferret and Callbacks
...e_with_activation_handling! if active? # This part works self.activated_at = Time.now else disable_ferret :once self.activated_at = nil end save_without_activation_handling! end alias_method_chain :save!, :activation_handling end Any ideas? Thank you, James Herdman -- Posted via http://www.ruby-forum.com/.
2007 Oct 24
13
Ryan Bates' Multi-object Forms and the date_select
...an instance of Hash but found an instance of Array. This can be caused by colliding Array and Hash parameters like qs[]=value&qs[key]=value. ------ The problem appears to be that Rails doesn''t know to put the date- select information into an Array. Can anyone else verify this? James Herdman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-c...
2008 Mar 13
1
Merb Projects and Autotest
Hi! I''m rather new to Merb, but I thought I''d give it a shot. I found that autotest wasn''t running my specs when my models were changing. Maybe this is because of how I have set up Merb, but in the even that it''s not just me, I''ve adapted Autotest''s mappings for Rails and have attached my efforts to this email. Unfortunately, you need to
2008 Jul 04
4
Routing and Parameters
Greetings. I have a route something like this: map.calendar ''/tasks/:year/:month'', :controller => ''tasks'', :action => ''calendar'', :year => /\d{4}/, :month => /\d{2}/ (Ignore the obvious problems of invalid data.) I''m trying to create a form that will allow my users to navigate from one month/year to the next.
2002 Sep 20
1
Mounting a ntfs on a w2k server onto a SuSE linux 8 setup at boot time.
Hi, I am a new Linux user and I need help. I have a W2K server with a couple of shared folders formated in the NTFS File format. Can I edit the FSTAB file so they can be mounted automatically. I have tried the SMBFS way but it keeps sayoing that i need to be SUID???? Can I use the VFAT command instead as that thw way my WinMe patitions on the same harddisk as Linux is done??? Thanks for any
2008 Apr 22
1
''dependencies'' and RedCloth
Hey gang. Jed noticed an issue with the ''dependency''/''dependencies'' macro the other day when working on the Collective wiki. Namely, if you make RedCloth a dependency Merb gets a little cranky. I think I have this figured out when doing some mods to Collective today too. However, before I go trying to fix this in Merb, I wanted to run this by the community.
2007 Jul 25
5
set_default_values rocket science - continuing after_initialize/after_find misfeature
Just starting a new thread so that it''s easy to follow. I just submitted a patch at trac to add a new class method called "set_default_values" ( not a great name I think ), which lets you do all kinds of crazy stuff with setting default values. This ticket is at http://dev.rubyonrails.org/ticket/9093 and example pastie is at http://pastie.caboo.se/81925 It also lets you make
2007 Sep 04
0
Scripts and Rake
I was wondering why both Rails and Merb opt for command-line scripts for generating components, such as models and controllers, and migrations versus using Rake scripts? Thank you, James H. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20070904/d379bf6e/attachment.html
2005 May 07
0
Problem Dialing out via external SIP account.
Hi all, saw a few messages here, and read the part on the wiki on using asterisk to dial out via another SIP service provider, who incidently is also using Asterisk. First the details; PHONE1 Extension: 2002002001 IP Address: 192.168.128.25 ASTERISK1 Extension: 1111111111 IP Address: ASTERISK1 ASTERISK2 IP Address: ASTERISK2 Destination PSTN Extension: 2222222222 (Information changed
2008 Jun 25
1
"Complex" Eager Loads
Hey gang. Is it possible to extend the eager load SQL at all? What I''m hoping to do is eagerly load an associate that, in turn, joins in some data from another table. Many thanks, James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email
2007 Jun 27
5
Filter Ordering in Edge Rails (Rev 7143)
Filter chaining appears to behave in differently than Rails 1.2.x. It seems that I''m getting a lot of errors along the lines of: ActionController::ActionControllerError: filter #<ActionController::Filters::ClassMethods::BeforeFilterProxy:0x322f468 @filter=#<ActionController::Filters::ClassMethods::SymbolFilter: 0x322f4b8 @filter=:login_required>> was in the wrong place!