_why | 7 Apr 2008 21:17
Favicon
Gravatar

camping moved to github

In the better interest of helping all of you feel more welcome to
contribute.

  http://github.com/why/camping

I will probably close Trac and move to ditz for bug management, if
zimbatm doesn't mind at all.  You can look at Shoes' bugs/ directory
for a sneak peek at how that all turns out.

_why
Jonas Pfenniger | 7 Apr 2008 22:55
Picon
Gravatar

Re: camping moved to github

2008/4/7 _why <why-INVRFxB3SCbTr1N2uX3BwuTW4wlIGRCZ@public.gmane.org>:

In the better interest of helping all of you feel more welcome to
contribute.

 http://github.com/why/camping 

I will probably close Trac and move to ditz for bug management, if
zimbatm doesn't mind at all.  You can look at Shoes' bugs/ directory
for a sneak peek at how that all turns out.

why not.. I don't really understand what makes github so special but git the RCS is quite nice. Concerning ditz, it makes sense to have bugs related to a particular version of a code. I'm not sure if I should expect camping users to understand git and ditz to report bugs, but why not ?

--
Cheers,
zimbatm
_______________________________________________
Camping-list mailing list
Camping-list@...
http://rubyforge.org/mailman/listinfo/camping-list
RonaldEvangelista | 10 Apr 2008 05:53
Picon

help on ajax autocompleter

the div list of words doesn't get updated

# controller
   class Words < R '/words'
      def get
         ("word01".."word20").each{|w| ( <at> words ||='') << "<li>#{w}</li>"}
         render :_list
          <at> words
      end
   end
#views
#

   def layout
      html do
         head do
            link :rel => 'stylesheet', :type => 'text/css', :href => 
'/static/style.css', :media => 'all'
            ['prototype', 'effects', 'controls','search'].each do |s|
               script :src => "/static/#{s}.js", :type => 'text/javascript'
            end
            #...
         end
      end
    end
    def _links
        <at> words
    end
    def search
    #...
      form({:method=>'GET'}.merge(options)) do
         p do
            input.search :id=>'search', :type=>'text', :name=>'search'
         end
         div.search(:id=>'results', :style=>"display: block;") do
            p "Results:"
            _links
         end
         input :type=>'submit', :value=>'search'
    #...
    end

#here's the search.js got this off a werbrick sample...
# http://www.jhl.it/Courses/LUGPC7.html
document.observe('dom:loaded', function() {
  new Ajax.Autocompleter('search', 'results', '/words', {
    method: 'get',
    minChars: 2,
    updateElement: function(item) { /* no update */ }
  });
});

sample code in camping would be very helpful.
thanks!
RonaldEvangelista | 10 Apr 2008 08:44
Picon

help on ajax autocompleter

got it working! twas just my crappy css.
camping rules!
John Beppu | 27 Apr 2008 10:58
Picon
Gravatar

Re: camping moved to github

On Mon, Apr 7, 2008 at 1:55 PM, Jonas Pfenniger <zimbatm-Q4cn4THVH2M@public.gmane.org> wrote:

why not.. I don't really understand what makes github so special but git the RCS is quite nice.

--
Cheers,
zimbatm

 
I usually hate social networks, but I'm really digging github.  I like it, because it lets me feel more in tune w/ the projects that I care about.  Being able to follow a project or a coder and get updates when something interesting happens makes coding feel a bit more communal, and I think that's a good thing.

--beppu


_______________________________________________
Camping-list mailing list
Camping-list@...
http://rubyforge.org/mailman/listinfo/camping-list

Gmane