Hi, I''d like to try Michael Schuerig''s boilerplate 0.2.0. but script/server gives me: .../1.8/rubygems/custom_require.rb:22:in `require__'': no such file to load -- algorithm/diff (MissingSourceFile) . . from ./script/../config/environment.rb:74 from ./script/server:42 I have libgettext-ruby installed using apt-get and ruby-json using gem install. Which package includes algorithm/diff ? Any idea on what''s going on here ? Thanks Hubertus
On Thursday 15 September 2005 11:30, Hubertus Hiden wrote:> Hi, > > I''d like to try Michael Schuerig''s boilerplate 0.2.0. but > script/server gives me:[snip]> Which package includes algorithm/diff ?http://users.cybercity.dk/~dsl8950/ruby/diff.html Or, on Debian/Linux install libalgorithm-diff-ruby1.8> Any idea on what''s going on here ?I thought it was part of the Ruby standard lib... well, apparently it isn''t. Michael -- Michael Schuerig Thinking is trying to make up mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org for a gap in one''s education. http://www.schuerig.de/michael/ --Gilbert Ryle
Michael Schuerig schrieb:> http://users.cybercity.dk/~dsl8950/ruby/diff.html > >Or, on Debian/Linux install libalgorithm-diff-ruby1.8 > >Thanks for the quick reply an thanks for boilerplate ! Hubertus btw you have a typo in createdb.sql where your mysql user is called boileplate
On Thursday 15 September 2005 13:21, Hubertus Hiden wrote:> Michael Schuerig schrieb: > > http://users.cybercity.dk/~dsl8950/ruby/diff.html > > > >Or, on Debian/Linux install libalgorithm-diff-ruby1.8 > > Thanks for the quick reply an thanks for boilerplate !Let me use this opportunity to point out that BoilerPlate is not production ready yet (for anyone but me anyway). The codebase is undergoing considerable changes and I don''t (yet) take backward compatibility into account. My current working version is already very different from the 0.2 release. Unfortunately, I don''t have the time to release a new version, improve the docs and do all the other desirable things. First I have to finish my current project successfully, then I''ll have some spare time to put into a quality release.> btw you have a typo in createdb.sql where your mysql user is called > boileplateThanks. Corrected it. Michael -- Michael Schuerig Airtight arguments have mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org vacuous conclusions. http://www.schuerig.de/michael/ --A.O. Rorty, Explaining Emotions
Would it be possible to get a public SVN repository for Boilerplate hopefully to alleviate the need to make frequent releases at this early stage? Specific question on Boilerplate validation: I noticed that the client side js validation periodicly (1/s) checks the fields causing a perceived delay from bad entry to marking it. Would it be reasonable to setup and keypress,click ... events at the document level and fire the validation with a short delay much like the autocomplete in scriptaculous? Might even be able to have it only validate the field that changed. On Thursday 15 September 2005 06:56 am, Michael Schuerig wrote:> On Thursday 15 September 2005 13:21, Hubertus Hiden wrote: > > Michael Schuerig schrieb: > > > http://users.cybercity.dk/~dsl8950/ruby/diff.html > > > > > >Or, on Debian/Linux install libalgorithm-diff-ruby1.8 > > > > Thanks for the quick reply an thanks for boilerplate ! > > Let me use this opportunity to point out that BoilerPlate is not > production ready yet (for anyone but me anyway). The codebase is > undergoing considerable changes and I don''t (yet) take backward > compatibility into account. My current working version is already very > different from the 0.2 release. Unfortunately, I don''t have the time to > release a new version, improve the docs and do all the other desirable > things. First I have to finish my current project successfully, then > I''ll have some spare time to put into a quality release. > > > btw you have a typo in createdb.sql where your mysql user is called > > boileplate > > Thanks. Corrected it. > > Michael-- Quinn Harris (970) 759-5163 quinn-i1JSih8DuHelVyrhU4qvOw@public.gmane.org _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
On Thursday 15 September 2005 18:28, Quinn Harris wrote:> Would it be possible to get a public SVN repository for Boilerplate > hopefully to alleviate the need to make frequent releases at this > early stage?I won''t have the time to do anything like that until mid November. Right now I''m quite happy that BoilerPlate doesn''t get much attention as I''m far too busy to deal with it to anyone''s satisfaction. Now, if someone heroically took the burden of Internet Explorer compatibility from my shoulder, I''d have more time than I could hope for.> Specific question on Boilerplate validation: > I noticed that the client side js validation periodicly (1/s) checks > the fields causing a perceived delay from bad entry to marking it.Yes, that''s how it works. How bad do you consider it?> Would it be reasonable to setup and keypress,click ... events at the > document level and fire the validation with a short delay much like > the autocomplete in scriptaculous? Might even be able to have it > only validate the field that changed.I''ll look into it (some time). Michael -- Michael Schuerig You can twist perceptions mailto:michael-q5aiKMLteq4b1SvskN2V4Q@public.gmane.org Reality won''t budge http://www.schuerig.de/michael/ --Rush, Show Don''t Tell