search for: grosenbach

Displaying 20 results from an estimated 47 matches for "grosenbach".

2007 May 04
22
CampingConf?
...organize it? I''m thinking Wednesday night, May 16. We could possibly get a spot at FreeGeek (not likely since they are often booked), or there are small venues nearby that could be rented (I''d be glad to foot the bill). Seattle.rb has a projector that we could use. -- Geoffrey Grosenbach boss at topfunky.com p.s.: r.i.p. RedHanded, it''s been a fun ride.
2007 Jul 16
6
Advice regarding extending RedCloth
Hello, I am in a bit of a bind. I need to reliably parse mediawiki markup to html, and the only parser that I can find (mediacloth) has a lot to be desired, so I would like to extend something that works and parse mediawiki markup. My question to this list is should I start working on RedCloth or SuperRedCloth or is there a difference as far as extending them? Also does anyone know of a write up
2006 Feb 11
9
Textmate Backtracer 1.0
...rs. I?ve often thought, ?Wouldn?t it be nice if I could just click on one of those and it would take me to the problem?? The textmate_backtracer plugin will make each of the backtrace lines clickable in your browser. == One Improvement == This release includes a small improvement from Geoff Grosenbach that limits the loading of this plugin to development mode only. Geoff notes that this "simplifies the backtrace when running tests". Thanks Geoff. == Download Version 1.0 == http://inquirylabs.com/downloads/textmate_backtracer-1.0.tgz == Installation == Download the tgz file to...
2007 Jun 27
5
Mosquito Fixtures Won''t Load
I can''t get fixtures to load correctly in a Mosquito test. The first fixture loads in the unit test, but the rest don''t load at all. File structure: tracker/ tracker.rb test/ test_tracker.rb fixtures/ tracker_measurements.yml tracker_projects.yml Relevant test code: require ''rubygems''
2007 Oct 13
1
Formatted Routes?
...ats with the url generator in trunk? I can''t figure it out and it seems to be unimplemented in the router code. I want to do something like url(:articles, :format => "xml") # => /articles.xml or url(:formatted_articles, :format => "xml") -- Geoffrey Grosenbach ........................ PeepCode Screencasts http://peepcode.com
2007 Jun 19
1
Plugin Requirements
...b app for deployment. Right now it wil "rescue nil" if no uninstall script is found, but the others are required. Is there any objection to tweaking the code so it looks for install and rakefile.merb, but doesn''t require them for a successful plugin installation? -- Geoffrey Grosenbach ........................ Blog | http://nubyonrails.com Podcast | http://podcast.rubyonrails.com Screencast | http://peepcode.com
2007 May 08
2
Extending SuperRedCloth
...9;s a sample: http://pastie.textmate.org/59859 I should see a string of C''s for the copyright symbol, but I still see the HTML escape. Will I need to get into the guts of the Ragel scanner to make it do what I want, or am I missing something that can be done in Ruby? Thanks, Geoffrey Grosenbach boss at topfunky.com ........................ Blog | http://nubyonrails.com Podcast | http://podcast.rubyonrails.com Screencast | http://peepcode.com
2007 Jun 19
5
TentSteak 0.2.0
The second release of TentSteak is out and available as a gem on rubyforge ("gem install tent_steak"). This version introduces a handful of new form helpers, a couple method renames, editable HTML tables, and some application bootstrappers for kickstarting Camping and initializing ActiveRecord. It''s still in active development, and I''d very much appreciate
2006 May 02
0
3D graphing Libraries
...nd drilled down on. Microsoft say this control is browser independent but how can this be when it uses active x technology for printing etc! http://msdn2.microsoft.com/en-us/library/ms251771.aspx Anyway, i need a similar tool for development with ruby on rails. I have had a look at geoffrey grosenbach''s gruff graphs this is the sort of thing i need but 3D and more interactive with the drill down effects. Is there anything like that out there for Ruby on Rails? How hard would it be to develop a 3d graphing library as i have some spare time coming up but am new the open source communi...
2007 Sep 24
1
Mosquito TDD Framework Updated
...if you have any problems. Changes: http://rubyforge.org/frs/shownotes.php?group_id=351&release_id=14845 Download: http://rubyforge.org/projects/mosquito/ Docs: http://mosquito.rubyforge.org/ Thanks to contributions by new team member Julian ''Julik'' Tarkhanov! -- Geoffrey Grosenbach boss at topfunky.com http://peepcode.com
2006 May 22
3
rails naming convention for model: community
Hello, How does Rails deal with the pluralization of community. I have "community" as my model name. Will Rails automatically look for a table name "communities" or do I have to name the table "communitys"? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Apr 27
4
GD2 to Make Charts
I''m just getting started with GD2 and have successfully made a few dynamic PNGs. I need to make some fairly detailed line graphs on the fly and I know that GD2 is capable of what I want but I strongly suspect I''m reinventing the wheel badly. Are there gems or other projects that help creating complex charts? I''ve used GDChart in the distant past but I
2006 Jun 15
4
redirect_to outside of a module
Hello List, If I have a module and the address looks like / admin/:controller/:action and I want to create a link to /:controller/:action, how do I have to specify that in a ''link_to'' or in a ''redirect :controller =>'' statement. It doesn''t strip the /admin part from it, which makes sense, but I need to go to a controller in the root. TIA,
2006 Mar 25
2
Rails Plugins: How to copy artefacts to the public directory during install? When is install.rb executed anyway?
...The other thing was that there were two plugins that provided content. a) Was providing a directory on the same level as the plugin itself, so I guess the author assumes the user would copy the content itself. B) The css graph plugin (http://nubyonrails.topfunky.com/pages/css_graphs) from Geoffrey Grosenbach, provides an "images" directory in the plugin top level directory (http://topfunky.net/svn/plugins/css_graphs/). So I assumed that script/plugin install would use this structure and put it below public. But this assumption is wrong: -- DC:~/t2/testtest mkamp$ ./script/plugin install http...
2007 Jun 21
3
Sqlite3, in-memory db and rspec_server
Hi everyone. I can''t get the above(subject line) combination to work. If I use a standard sqlite3 file db for the test db, and spec_server all the specs on my models pass. If I use an in-memory db for the test db, script/spec w/o spec_server, they all pass. But if I use in-memory and spec_server I get the following error: 1) ActiveRecord::StatementInvalid in ''User should be
2006 Aug 16
3
gems vs plugins
Hi, Is there an easy way of converting a gem to a plugin, or at least something you can dump into $RAILS_ROOT/vendor? I''m uncomfortable having stuff like capistrano, the shipping gem, builder, autotest being installed globally as a gem instead of being installed for each application. What do you think? Joe
2006 Jul 14
0
FOSCON II: The Ruby Rodeo
PDX.rb presents... FOSCON II: The Ruby Rodeo! We invite you to join us for a set of presentations on Ruby programming and Ruby culture. Confirmed speakers include: * Alex Bunardzic * Lucas Carlson * Topher Cyll * Ryan Davis * Geoffrey Grosenbach * Amy Hoy If you didn''t catch it last year, FOSCON is a free and fun gathering of Ruby fans held in the evening during O''Reilly''s Open Source Convention. The speakers will be discussing a wide range of topics of interest to the Ruby community. And in case that wasn...
2006 Jun 03
0
Any RoR experts without an idea for Rubyday2006?
I''m a 50 year old mainframe programmer from the Netherlands that has just started his RoR journey with a GREAT idea for a project to enter for Railsday2006. To quote Geoffrey Grosenbach in an email when I approached him to help me realize the project; ?That''s an interesting idea.? & ?It could be a great project for RailsDay? Sorry for name dropping Geoffry, but I need to get the real RoR aces interested. I won''t be able to contribute much as far as RoR s...
2006 Jun 26
0
Sparkline Graphs Breaks Generator Help?
I''ve noticed that when using Geoffrey Grosenbach''s Sparkline Graphs Gem, the Rails built-in generator help stops working i.e. I type script/generate and it just returns without outputting anything. Can anyone reproduce this or is it just me? -- Posted via http://www.ruby-forum.com/.
2006 May 04
2
validates :on 2
Hello, I need to have this for :create and :login how do I do so validates_presence_of :login, :password, :password_confirmation, :user_name, :email, :on => :create I do need it to be off in a number of places though -- Posted via http://www.ruby-forum.com/.