Looking for PHP application which I could use on web server instead of Thunderbird to manage my multiple email accounts (consolidate them like in GMail).
Just asking whenever devise authentication mechanism for Rails does not conflict with declarative_authorization.
Maybe someone tried this combo and can share their knowledge, so I and other coders do not waste time trying to tie these ones up.
Code in steps file:
select_date user.date_of_birth, :from => "Date of birth"
Selector fail
When I register with valid user credentials # features/step_definitions/authentication_steps.rb:2
Could not find field: "user_date_of_birth_1i_1i" (Webrat::NotFoundError)
./features/step_definitions/authentication_steps.rb:9:in `/^I register with…
Hi there.
I am writing an application where users are required to show their photo, however as my server resources are very limited I can not let them upload it to the server.
So I have three major questions:
1. How to properly validate photo URL? At least I can validate with regexp, however I need to check for file ending:
…
Is there any beautiful practice of defining namespace in Lowpro + Prototype Event.addBehavior? Sorry if this question reappeared earlier, but I've been googling and looking in stackoverflow for some time.