Displaying 6 results from an estimated 6 matches for "pledgi".
Did you mean:
pledge
2010 Jan 08
3
Online R documentation
...n to
this problem is to have a globally available website that provides
access to all package documentation.
I'm happy to have a go at developing this, but I need some money to
pay for hosting, for my time, and for any help I need getting it
running efficiently. To that end, I've set up a pledgie account at
http://pledgie.com/campaigns/7707 - here you can donate as much or as
little as you like to support this project. You won't pay until the
total amount has been pledged.
Hadley
PS. If this fundraising initiative is successful and any R-core
member would like to take over this tas...
2008 Apr 05
0
url_for + :canvas => false weirdness for non resource controllers
...#39;', :action =>
''show'', :id => 1,:canvas => false,:only_path => true)
"/campaigns/1"
(rdb:1) @controller.url_for(:controller => ''checkout'', :action =>
''ipn'',:canvas => false,:only_path => true)
"/pledgie/checkout/ipn"
# With the canvas true flag
(rdb:1) @controller.url_for(:controller => ''campaigns'', :action =>
''ipn'',:canvas => true,:only_path => true)
"/pledgie/campaign/1"
(rdb:1) @controller.url_for(:controller => ''c...
2011 Apr 18
0
[fdo] ANNOUNCE: Libre Graphics Meeting 2011 Montreal Needs Your Sponsorship, Presentations, and Registration
Please help us by spreading the word to your communities!
Blog post with attachments at http://ur1.ca/3vw3t
###
Help Keep LGM Free for Developers and Artists
Your contribution can help make Libre Graphics Meeting 2011 (LGM) a
success! All funds donated by the community to the LGM 2011 Pledgie
campaign go directly towards providing travel reimbursement to the
developers of free graphics applications like GIMP, Inkscape, Scribus,
Open Font Library, and MyPaint, and to the artists that use these apps
to create their work.
Libre Graphics Meeting is an invaluable meeting ground for develop...
2010 Nov 25
1
Can't run tests...illegal switch in RUBYOPT: -F (RuntimeError)
Does anyone have any insight into why this is happening?
C:\Users\Family\workspace\myapp>rake test
(in C:/Users/Family/workspace/myapp)
C:/Program Files/Ruby187/bin/ruby.exe: illegal switch in RUBYOPT: -F
(RuntimeError)
C:/Program Files/Ruby187/bin/ruby.exe: illegal switch in RUBYOPT: -F
(RuntimeError)
C:/Program Files/Ruby187/bin/ruby.exe: illegal switch in RUBYOPT: -F
(RuntimeError)
Errors
2008 Mar 24
0
Help choose my project for Ruby Mendicant
...onating. :)
== Show Your Support ==
This pretty much sums up all the news on Ruby Mendicant. Though
planning will surely be underway soon, we''re still in the fund
raising
stage for now.
There are still 7 more days where you can make a contribution, any
amount is welcome!
http://pledgie.com/campaigns/571
You can also link back to the campaign or tell your friends. So far,
this has been enormously effective in spreading the word, and I thank
anyone who''s stuck a badge or did
a quick post on their blogs, I see a ton of people coming in from
your sites!
--~--~------...
2010 Nov 02
7
Testing attr_accessible (and/or attr_protected)
I''ve been puzzling over how to test that attr_accessible has been set
for the correct columns; but the tests I''ve come up with so far seem
to fail to fail when I expect. I came across this old message from
this list:
http://www.mail-archive.com/rspec-users at rubyforge.org/msg01570.html
Which seemed like a plausible example, but my attempt (modeled on the
example)