Displaying 3 results from an estimated 3 matches for "vinsol".
Did you mean:
vinson
2009 Feb 24
0
The New Delhi Ruby February Meetup - Coming Saturday - 28 Feb
...rious who just
appreciates the ruby, to the intermediate learner who wants to learn
best practices, to the pros who would like to reminisce with other
developers.
We regularly organize monthly meetups which anybody can attend.
The February edition of Ruby Meetup will happen on Saturday, Feb 28 at
Vinsol, New Delhi.
Details http://www.meetup.com/delhi-ruby/calendar/9739765/
When: February 28, 2009 11:00 AM
Where: Vinsol Office
2/6, Basement, West Patel Nagar Main Road (2 mins from metro station)
Ni Dilli
Speak
If you would like to present a session at this event, send an
email to Asst. Organiz...
2011 May 31
1
Calendars in Rails
...other users events they want to see (different colors for each user
will be a nice to have).
After some reading, I finish up with these two options (open to more
suggestions):
- https://github.com/elevation/event_calendar
- Using FullCalendar, something like this for example:
https://github.com/vinsol/fullcalendar_rails
I will be very thankful if anyone could recommend a gem/way to go. Any
opinion are welcome.
Thanks.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA...
2010 Mar 01
0
stubbing CAPTCHA to pass Cucumber scenario
...Before filter?
I use validates_captcha gem, thus instance method to stub is
module ValidatesCaptcha
module ModelValidation
module InstanceMethods
private
def validate_captcha
# doing nothing means passing
end
end
end
end
I''ve read these posts
http://vinsol.com/blog/2006/07/21/rails-captcha-and-testing-using-mock-objects/
http://www.brynary.com/2009/2/3/cucumber-step-definition-tip-stubbing-time
but still don''t get where should I put stubbing code, should I call
stub! method and if so, of which object?
--
Posted via http://www.ruby-forum.com...