similar to: Atom

Displaying 20 results from an estimated 500 matches similar to: "Atom"

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
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 Sep 10
2
"gold": a script to ease git based team work
Hi list ! I created a script to ease workflow on zena, a rails CMS (http://zenadmin.org). The workflow involves developers and reviewers (can be the same people): 1. each developer has his own fork (on github or another git server) 2. he creates a branch per feature 3. a reviewer looks at the code before .. 4. ... pushing changes to the "golden master" All of this with automatic
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 < whereas RedCloth (3.04 and prior) used <. What is your preference? It gets tough because ' (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
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 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 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
2006 Apr 08
9
DESIGN question: We do not need damned publishers
Here is the actual design of my CMS : each Item is secured by 3 (+1) elements: readers group writers group publishers group owner readers = people who can find the item in the database and .... read it. writers = people who can add new content (create new versions or sub-pages) without making their changes visible (they can propose content). publishers = people who can change what readers
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,
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)
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
2008 Mar 15
8
Now what?
> $ rake test > /usr/local/bin/ruby -Ilib:test "/usr/local/lib/ruby/gems/1.8/gems/ > rake-0.7.3/lib/rake/rake_test_loader.rb" "test/test_formatters.rb" > "test/test_parser.rb" > Loaded suite /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake/ > rake_test_loader > Started >
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 =
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
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
2015 Jan 04
2
Bug found in Samba 4 ?
Le 31.12.2014 17:19, Ricky Nance a ?crit : > On Wed, Dec 31, 2014 at 3:02 AM, Denis BUCHER <dbucherml at hsolutions.ch> wrote: > > Le 29.12.2014 20:46, Ricky Nance a ?crit : > > On Sat, Dec 27, 2014 at 8:39 AM, Denis BUCHER <dbucherml at hsolutions.ch> wrote: > > Dear Ricky, > > Yes, in my original post, below, I gave some details about smb.conf, but
2014 Dec 26
4
Bug found in Samba 4 ?
Dear all, As nobody seems to know what the problem could be, I think it must be an important bug in Samba 4 that "forget" to replace %G or %g with the group name. Could someone confirm that it is a bug and that I should fill one, in samba bugzilla ? Thank you very much, Denis -------- Message original -------- OBJET: Re: [Samba] Samba "%G" replacement not
2014 Dec 31
2
Bug found in Samba 4 ?
Le 29.12.2014 20:46, Ricky Nance a ?crit : > On Sat, Dec 27, 2014 at 8:39 AM, Denis BUCHER <dbucherml at hsolutions.ch> wrote: > > Dear Ricky, > > Yes, in my original post, below, I gave some details about smb.conf, but to summarize: > > * I am using Samba 4.1.11. > * server role = classic primary domain controller > * domain logons = yes > * domain
2014 Dec 27
2
Bug found in Samba 4 ?
Dear Ricky, Yes, in my original post, below, I gave some details about smb.conf, but to summarize: * I am using Samba 4.1.11. * server role = classic primary domain controller * domain logons = yes * domain master = yes * When I define a fixed-name as logon script in smb.conf, it works : * logon script = employee.bat * But if I try either %g.bat or %G.bat, or even