Meetup May/2013 - Open Space (Different Venue!)

18 views
Skip to first unread message

Stanly Lau

unread,
May 20, 2013, 12:00:02 AM5/20/13
to agilesi...@googlegroups.com
Hi all,

This month's meet-up is next Monday (27 May) at a different venue than usual. We'll be at Credit Suisse's meeting room on level 23 in One Raffles Quay north tower.

Special thanks to Credit Suisse's Agile Special Interest Group sponsoring their space! =)

For more information and to register, please visit 

Thanks,

Stanly

p.s. One Raffles Quay has higher security than usual =). They will check your identity to match the list I'll be providing them, so I'll be asking you for more details (e.g. IC number) when you register. You may not be able to get in if you are not in that list.

Stanly Lau

unread,
May 29, 2013, 6:19:31 AM5/29/13
to agilesi...@googlegroups.com
Hi,

Here are the topics generated on this month's meet-up:

+ How do you handle quote & billing to non-agile client who don't have budget in mind and try to reduce price by SJ 
+ How can an enterprise social network improve agile productivity? by Fergie 
+ How to implement agile development when no one in your company even know or care about it? by Riki 
+ Agility & work-life balance, How do you adopt best of both worlds? by Pardha 
+ Introduction to Agile by Craig 
+ Mobile Application UI testing & automation by Chien 
+ Agile challenges of a distributed team by Kalyani 
+ How do you use estimations (point etc)

Stanly

Bas Vodde

unread,
May 29, 2013, 8:49:19 AM5/29/13
to agilesi...@googlegroups.com

Too bad that nobody did the code for community this time :(

Bas
> --
> You received this message because you are subscribed to the Google Groups "Agile Singapore" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to agilesingapor...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

SJ

unread,
May 29, 2013, 10:17:38 PM5/29/13
to agilesi...@googlegroups.com
Huh? What do you mean by code for community, Bas? Did this topic come up in the past meetups? How did it turn out?

SJ

Bas Vodde

unread,
May 31, 2013, 10:45:37 PM5/31/13
to agilesi...@googlegroups.com

Hi SJ,

This is something we started last time at:
https://github.com/organizations/agilesingapore

The idea was that each meet-up, a group who was interested can pair up and build up the new AgileSingapore website based on what would be best and most useful for the community!

By building it, they could practice agile practices.

Bas

Riju Kansal

unread,
Jun 1, 2013, 8:05:44 AM6/1/13
to agilesi...@googlegroups.com
The topic did come up Bas between the two original participants myself and Janardhan (guessing the name, please correct if wrong).

In fact I've tried to setup the project in my laptop, unsuccessfully. I installed ruby, sinatra, cucumber and a few more gems I guess, as instructed by failure messages and Google search. As my next task I was thinking to add a few more failing tests.

I'm stuck the below errors when trying to run any of the .feature files using cucumber. 

cannot load such file -- capybara (LoadError)
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
/home/rvk/myrubysamples/agilesingapore.org/features/support/env.rb:6:in `<top (required)>'
/usr/lib/ruby/vendor_ruby/cucumber/rb_support/rb_language.rb:129:in `load'
/usr/lib/ruby/vendor_ruby/cucumber/rb_support/rb_language.rb:129:in `load_code_file'
/usr/lib/ruby/vendor_ruby/cucumber/runtime/support_code.rb:171:in `load_file'
/usr/lib/ruby/vendor_ruby/cucumber/runtime/support_code.rb:83:in `block in load_files!'
/usr/lib/ruby/vendor_ruby/cucumber/runtime/support_code.rb:82:in `each'
/usr/lib/ruby/vendor_ruby/cucumber/runtime/support_code.rb:82:in `load_files!'
/usr/lib/ruby/vendor_ruby/cucumber/runtime.rb:175:in `load_step_definitions'
/usr/lib/ruby/vendor_ruby/cucumber/runtime.rb:40:in `run!'
/usr/lib/ruby/vendor_ruby/cucumber/cli/main.rb:38:in `execute!'
/usr/lib/ruby/vendor_ruby/cucumber/cli/main.rb:15:in `execute'
/usr/bin/cucumber:14:in `<main>'

rvk@rvkubuntu:~/myrubysamples/agilesingapore.org/features$ sudo gem install capybara
Building native extensions.  This could take a while...
ERROR:  Error installing capybara:
ERROR: Failed to build gem native extension.

        /usr/bin/ruby1.9.1 extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:5:in `<main>'


Gem files will remain installed in /var/lib/gems/1.9.1/gems/nokogiri-1.5.9 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/nokogiri-1.5.9/ext/nokogiri/gem_make.out



-Riju

Bas Vodde

unread,
Jun 20, 2013, 6:18:24 AM6/20/13
to agilesi...@googlegroups.com

Hiya,

Late reply. Sorry.

> The topic did come up Bas between the two original participants myself and Janardhan (guessing the name, please correct if wrong).
>
> In fact I've tried to setup the project in my laptop, unsuccessfully. I installed ruby, sinatra, cucumber and a few more gems I guess, as instructed by failure messages and Google search. As my next task I was thinking to add a few more failing tests.

Yup :) So, we'll just need a larger group of people and do it more often!

> I'm stuck the below errors when trying to run any of the .feature files using cucumber.
>
> cannot load such file -- capybara (LoadError)
> /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
> /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
> /home/rvk/myrubysamples/agilesingapore.org/features/support/env.rb:6:in `<top (required)>'
> /usr/lib/ruby/vendor_ruby/cucumber/rb_support/rb_language.rb:129:in `load'
> /usr/lib/ruby/vendor_ruby/cucumber/rb_support/rb_language.rb:129:in `load_code_file'
> /usr/lib/ruby/vendor_ruby/cucumber/runtime/support_code.rb:171:in `load_file'
> /usr/lib/ruby/vendor_ruby/cucumber/runtime/support_code.rb:83:in `block in load_files!'
> /usr/lib/ruby/vendor_ruby/cucumber/runtime/support_code.rb:82:in `each'
> /usr/lib/ruby/vendor_ruby/cucumber/runtime/support_code.rb:82:in `load_files!'
> /usr/lib/ruby/vendor_ruby/cucumber/runtime.rb:175:in `load_step_definitions'
> /usr/lib/ruby/vendor_ruby/cucumber/runtime.rb:40:in `run!'
> /usr/lib/ruby/vendor_ruby/cucumber/cli/main.rb:38:in `execute!'
> /usr/lib/ruby/vendor_ruby/cucumber/cli/main.rb:15:in `execute'
> /usr/bin/cucumber:14:in `<main>'
>
> rvk@rvkubuntu:~/myrubysamples/agilesingapore.org/features$ sudo gem install capybara
> Building native extensions. This could take a while...
> ERROR: Error installing capybara:
> ERROR: Failed to build gem native extension.
>
> /usr/bin/ruby1.9.1 extconf.rb
> /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
> from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
> from extconf.rb:5:in `<main>'
>

Ok. Do you use rvm? It should have been installed..

> Gem files will remain installed in /var/lib/gems/1.9.1/gems/nokogiri-1.5.9 for inspection.
> Results logged to /var/lib/gems/1.9.1/gems/nokogiri-1.5.9/ext/nokogiri/gem_make.out


Oki, additional task will be to make a proper Gemfile :)

Bas
Reply all
Reply to author
Forward
0 new messages