You're on Rails 2.1.1, which CE is not yet compatible with. Try using 2.1.0
and see if you get the same problem.
On Tue, Sep 30, 2008 at 5:26 AM, mkruchkov <[EMAIL PROTECTED]> wrote:
>
> I used to use old version of CE and rails 2.0.2 and all things used to
> work.
> Recntly I've updated to the newest version of CE and rails 2.1
> Now I have a problem with the date_select:
>
> ArgumentError in Users#new
>
> Showing users/new.html.haml where line #42 raised:
>
> wrong number of arguments (3 for 2)
>
> Extracted source (around line #42):
>
> 39: ="Birthday".l
> 40: \:
> 41: %em="(Required: you must be at least 13 years old to
> sign up.)".l
> 42: = date_select :user, :birthday, {:start_year =>
> 1926, :end_year => (Time.now.year - 13)}
> 43:
> 44: -if AppConfig.require_captcha_on_signup
> 45: .right{:style => 'margin-top:2em;'}= recaptcha_tags
>
>
> You can see it here - http://www.borracho.ru/signup
>
> Does anyone have any ideas?
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---