similar to: "gold": a script to ease git based team work

Displaying 20 results from an estimated 1000 matches similar to: ""gold": a script to ease git based team work"

2008 Oct 22
1
js solution to sort/edit tables with ajax
What is your best solution to table display/edit/sort using ajax ? I''ve bumped into these: dhtmlxGrid: http://www.dhtmlx.com/docs/products/dhtmlxGrid/index.shtml tablekit: http://www.millstream.com.au/view/code/tablekit/ Better: MIT/Ruby licence, prototype based Do you any other tools to display/sort/edit tables in place ? Thanks for your answers, Gaspard ------- project: zena
2009 Oct 14
6
Combining rails intrAnet and public site.
Hello, everyone! I was wondering if somebody has some insight on this issue. [h]A little background:[/h] I work for a midsize electronic manufacturing company with 2 people in IT dept - a network admin and a developer (me). We''ve been using rails to migrate from an old dBase and VB based system to build internal company IntrAnet that does things like label printing, invetory control,
2009 Jun 07
1
Close to a 4.2 release; experimenting with Ragel alternatives
Hi Jason ! Hmmm, this is good and bad news: Good: ruby hooks means I could use a single pass to parse textile customizations in zena instead of running two parsers: nice. Bad: I have just switched to ragel for QueryBuilder to parse pseudo sql and I fear your shortcomings (if that''s an english phrase). Could you describe more precisely what you are missing with ragel ? I''m
2009 Jan 26
0
querybuilder 0.5.0 Released
querybuilder version 0.5.0 has been released (yet another gem extracted from zena) ! * <http://github.com/zena/querybuilder/tree/master> QueryBuilder is an interpreter for the "pseudo sql" language. This language can be used for two purposes: 1. protect your database from illegal SQL by securing queries 2. ease writing complex relational queries by abstracting table internals
2006 Mar 01
3
Security issue: a user can fill cache with random urls
Say your app responds to : store/show/3 and caching is enable at the store controller level. A route says : map.connect ''store/:action/:id'', :controller => ''store'' All the following urls will be processed and cached (the cache filling with ''page not found'' messages) ! store/foo/bar store/show/090934298234897342
2006 Feb 17
8
Atom
Any plans for using Atom with rails. I saw the "Typo" project is using MoveableType, Blogger, ... but not Atom. It seems Atom is not part of ActionWebService. Has anyone done any work with Atom and Rails ? Thanks for your answers, Gaspard
2006 Apr 10
3
Simple act_as template
Hello ! I posted a simple template to show how to add ''act_as_whatever'' to ActiveRecord. I think this might be useful to others as there are some trickery ruby things in this file. Here is the template : http://textsnippets.com/posts/show/384 Gaspard Bucher -- Posted via http://www.ruby-forum.com/.
2008 Feb 21
5
Question about entities
1.) What is everyone''s preference on NCRs or character entities? Textile 2 uses decimal NCRs, so a less-than character becomes &#60; whereas RedCloth (3.04 and prior) used &lt;. What is your preference? It gets tough because &#39; (a straight single quote) doesn''t have a character entity equivalent. 2.) How do you feel about encoding characters like quotes
2006 Apr 04
4
Maintaining and securing the "Perfect Rails/Debian/Lighttpd Stack"
Hi there I''m planning to build "The Perfect Rails/Debian/Lighttpd Stack", published by Ezra Zygmuntowicz and Sean Schertell at http://brainspl.at/rails_stack.html I''m wondering what sort of constant maintanance that setup would incur. What actions have be regularly performed to keep this setup healthy and secure under normal conditions? Alder
2011 Jul 11
0
Zena 1.1.0 + dreamhost
Hi there ! If you want to test Zena between to rounds of beach volley, wave jumping, ice climbing or whatever you do when not sitting in front of a screen, I fixed many annoying bugs in the 1.0 release and created a brick to ease deployment on shared hosting. There is even a small manual to deploy on dreamhost: http://bit.ly/oqoZ5i Have fun
2006 Dec 21
0
CSS live edit with ajax (part of Zena)
I posted a snippet (http://textsnippets.com/posts/show/857) on how to use AJAX to edit your CSS without having to reload pages. It''s fast and makes my life a lot easier... Gaspard PS: This trick is used to build ''Zena'', a rails based CMS which will go open source during this winter. -- Posted via http://www.ruby-forum.com/.
2005 Oct 12
2
Sharing Problems: huge numbers of share
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, My name is Olivier Gaspard, and I work for the CHC Belgium (IT department of differents Hospitals). So, let's me introduce the situation: for the moment, the firm works with Win NT for the users profiles, and Samba 3.0 on Unix platform for the "files sharing". Resuming : Every users having a user (NT) profile (roamming profile)
2017 Nov 02
2
corrupted db after upgrading to 4.7
Hello last week we updated three domain controllers (Sernet Samba) from 4.2 to 4.7, typical upgrade path (4.3->4.4->4.5->4.6->4.7), everything was ok. The next day we got a mail from the Sernet team informing they fixed a bug affecting the group memberships. https://bugzilla.samba.org/show_bug.cgi?id=13095 We've applied the update and few days after the update which should
2001 Oct 16
4
directory mask = 2770
Hello everyone. I am using Samba 2.0.7 on a RedHat 6.2 machine. I wanted to apply a directory mask of 2770 to everything created in a share. The root directory of this share already has these permissions. I want to have it so that everything created in a certain directory has the permissions of the group of the creator. As it stands, I do have the directory mask = 2770 line in the smb.conf
2011 Nov 04
2
Can't run fail2ban 0.8.4 [CentOS 6]
Hi, To begin I'm sorry for my poor English level, that's not my first language. On CentOS 6 I've installed fail2ban 0.8.4 from EPEL repository. I've configured it with this page : http://centoshelp.org/security/fail2ban/ Then I've tried this command : chkconfig --level 23 fail2ban on && service fail2ban start but the output says it fallen, nothing more. The status
2002 Jan 07
2
Ogg and Vorbis Frameworks on MacOSX
Hi, I am working on a media conversion tool for MacOSX... I currently support encoding to Ogg Vorbis, but in order for my app to work, the user needs to install the Ogg.framework and the Vorbis.framework (as compiled directly from the CVS). I'm wondering if anybody is already distributing those two frameworks, and if not, if it's ok for me to distribute them myself from my web
2010 Sep 29
2
R crashes when loading rgl package before minqa package
Hej, Calling newuoa (from the minqa package) makes R crash when the package rgl is loaded first. This however only on certain selected data. The data used for testing (saved to 'bugs.R'): xvals = c(1,2,4,5,7,8,9,10,11,12,14,15,16,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36) yvals =
2006 Aug 23
3
rgl: exporting to pdf or png does not work
Hej, When exporting a image from rgl, the following error is encountered: > rgl.postscript('testing.pdf', fmt="pdf") RGL: ERROR: can't bind glx context to window RGL: ERROR: can't bind glx context to window Warning messages: 1: X11 protocol error: GLXBadContextState 2: X11 protocol error: GLXBadContextState The pdf file is created and is readable, but all the labels
2008 Mar 10
3
Only 5 tests out of 376 currently failing!
Good news! SuperRedCloth is down to just five failing tests! I was down to 10 or so in mid-February but then I added test cases from "The official reference manual for Textile 2", which added 97 new tests, many of them failing. I''m happy to say, they''re almost all passing now. Four of these last five I just need to check with you on before I deviate from
2006 Aug 23
1
rgl package: color of the axes
Hej, When plotting triangles with rgl.triangles and setting the axes afterwards with decorate3d(aspect=TRUE), the axes get the color used for the last triangle plotted. Example: rgl.triangles(c(1,2,3),c(1,2,5),c(1,3,2),col="#55FF55") decorate3d(aspect=TRUE) Using decorate3d(aspect=TRUE,col="#000000") or decorate3d(aspect=TRUE,color="#000000") does not help,