similar to: Idea in development - Dynamic Records

Displaying 20 results from an estimated 7000 matches similar to: "Idea in development - Dynamic Records"

2006 Jun 09
9
Opinions on catch-all routing?
I remember reading somewhere a tip on improving your search engine ranking, by forming URLs that included relevant text, e.g. www.domain.com/article/man_eats_hat. In the rails app that I''m writing, I''ve noticed I can set this up very easily by appending the post title (after downcase.split.join(''_'')) to the post link. So, blog.com/posts/4 can easily also be
2006 Jun 30
4
Posting error: Ruby On Rails mailing list archieve
You do not have permission to post to group railinglist. You may need to join the group before being allowed to post, or this group may not be open to posting. Visit http://groups.google.com/group/railinglist/about to join or learn more about who is allowed to post to the group. Help on using Google Groups is also available at: http://groups.google.com/support -------------- next part
2006 Jul 08
9
How to handle dynamically columned tables in rails
I want to build an application that lets me (the end user accessing a web page) design a simple list with columns and add records. E.g., if the end user says I want a table that has a list of songs, he can create a list (title, date, artist, label) and then make another list of, e.g., books on his bookshelf with the necessary columns (title, author, pub_date, shelf). The end user
2006 Jun 14
6
find and LIKE ''xxx%'' clause
Hi there ! I try to figure out how to do something like this in Rails : SELECT * FROM my_table WHERE name LIKE ''GOGONAM%'' My problem is the % and the quotes. >From now, I do like this : searched_name = params[:name]+''%'' user = MyTable.find(:all, :conditions => ["name LIKE ?", searched_name]) But is there a more gracefull way to do a LIKE
2004 Apr 26
1
I''ve Writtens a Howto - QoS on Shorewall
Hi Guys, I''ve prepared a simple writeup on how to implement QoS/Trafficshaping using Shorewall and a Hacked Version of Wondershaper-1.1a. After searching through the net for 1+ month, I finally found a solution to my bandwidth hog problem. However, due to the fact that I do not have a personal Webpage I am offering anyone who''s interested this document in a
2014 Apr 03
1
Edit Wiki
username: paulcombs subject: http://wiki.centos.org/AdrianHall/CentralizedLDAPAuth I find that the CentOS Wiki's to be useful, however, sometimes incomplete. I would like to contribute where I can to complete Wiki articles so that the end result is the expected result. I have been in contact with Adrian Hall author of this article ttp://wiki.centos.org/AdrianHall/CentralizedLDAPAuth and
2016 Aug 26
2
[GSoC] Final project report on CFL-AA
Dear LLVM devs, My GSoC project this year is about alias analysis, and I wrote a short article describing what I've done during the summer: https://github.com/grievejia/GSoC2016/raw/master/writeup.pdf In the report you can find an overview of what the current status of CFL-AA. There are also some numbers in the end, but please take those numbers with a grain of salt as they were rather
2004 May 03
1
Finalization and external pointers
I'm adding things to the Windows RGui so that there's more control of the interface from within R. One thing I'm considering is giving access to the Graphapp window objects using external pointers. This raises the issue of finalization on both sides: - If someone creates a pointer referring to a window, then that pointer should be changed to NULL when the window is closed. - If
2008 Dec 04
6
[Doc] writeup for error handling usage in XEN
Hi, all Those days, we spent some efforts to check severe error handling (panic, BUG_ON, BUG, ASSERT) in XEN. We have several round internal discussions as well as several mail threads with Keir. Below is the discussion writeup. If agreed, after review, we want to place it in XEN document folder or XEN wiki since we think it might be helpful to developers. Thanks a lot for your help! Regards,
2007 Feb 09
12
Module Organization
This is in reference to David Schmitt''s writeup [1] I like that writeup a lot; I just had a few comments/clarifications: * Namespaces: For now, we just use a flat namespace for modules, i.e. you can''t have modules within modules, and you always know that in a fully qualified name ''foo::bar::baz'' that ''foo'' is the module name and
2014 Sep 08
2
how to install NUT on raspberry pi
On Mon, 8 Sep 2014, Charles Lepple wrote: > On Sep 8, 2014, at 2:26 AM, Flavio.Boschiggia at infineon.com wrote: >> I would like connect it by usb on my server raspberry pi. >> Someone knows a simple tutorial to send me? I did some test without success..... > > We try to collect tutorial links here: > http://www.networkupstools.org/documentation.html#_offsite_links In
2019 Feb 16
2
Question about updates
One can also do the 'yum-cron' dance to automate updates. Good writeup and description here: https://www.howtoforge.com/tutorial/how-to-setup-automatic-security-updates-on-centos-7/ On Fri, Feb 15, 2019 at 11:37 PM Rob Kampen <rkampen at kampensonline.com> wrote: > On 16/02/19 6:59 PM, Ralf Prengel wrote: > > Hallo, > > as a beginner using centos I?ve a question
2007 Apr 28
2
Tables & Databinding
Hiya, I''ve recently been looking at removing the dependency in our CRM/CMS on MSIE XML Databinding so that it''ll run properly in Firefox.. The solution I''ve created uses the prototype.js lib so I thought I might share my efforts here if that''s ok? It''s still _very_ early days but there''s the beginnings of a writeup here:
2015 Sep 04
3
sernet kerberos
On 09/04/2015 03:59 AM, mathias dufresne wrote: > Hi, > > I don't think there is sernet kerberos package. You would have to install > kerberos client using your package manager: krb5-workstation on Centos or > krb5-user on Debian I think... As I understand things: Samba4.2 and lower is designed for the Heimal (sp!) kerberos. Redhat/Fedora/Centos provides the MIT kerberos.
2006 May 20
3
Alphabetically sorted list pages + dynamic forms
Hey everyone, I''m new to RoR - how can I get my database content filtered by alphabet? Eg, on my php site now I use this format: http://www.scenepointblank.com/reviews/index.php?page=B How can I get this kind of functionality out of ruby? Also, how could I go about making a multiple select box of authors, then depending on how many you chose, the next page of the form displays a
2006 May 26
2
Plugin Question
I got some advice from Rick last night and started coding this handler to allow for time-based secure downloading similar to mod_secdownload that lighttpd offers. I got most of the code in the handler worked out and packaged into a gem but am still having the following problems: 1) I have a configuration script as follows require ''mongrel'' config = Mongrel::Configurator.new
2016 Nov 04
2
smbclient and Kerberos
I'm finding this a little odd as kinit seems to find the kdc okay, just smbclient fails. host -t srv _kerberos._udp.lan resolves okay too. Could it be that my realm is simply LAN and dns suffix is lan be an issue? This is just a test set up in virtual box for a writeup I'm doing, hence the nonstandard suffixes. Kevin Ratcliffe Sent from [ProtonMail](https://protonmail.ch) --------
2020 Oct 16
2
Customized theme for Syslinux.cfg
Thank you Gregory your code worked to remove the border in syslinux! It wasn?t the Alpha (that changes the opacity of the border color), but it was the ?shadowing? that had to be changed, so ?none? in the shadowing column worked(you notice the border come back if you change ?none? to ?std?) reference this link for terms: https://wiki.syslinux.org/wiki/index.php?title=Menu#MENU_COLOR ! I am also
2005 Jun 19
4
bluetooth audio and asterisk
Has anyone successfully used a standard bluetooth enabled system to connect to a standard bluetooth enabled mobile phone (not the bluetooth to FXS converters) to create an audio path for phone calls with asterisk, if so is there a writeup on what was done so that others can replicate this. What I am thinking is that via alsa/oss/whatever you should be able to use the bluetooth audio channel as a
2006 Jun 05
18
Ideas for Rails Shirt Graphics
I''ve had a couple ideas for Ruby on Rails shirt graphics for a little while now: 1. "Fuck You" superimposed over, oh, probably a Ruby gem. Or Rails of some sort. 2. "Ruby on Rails" superimposed over rails of cocaine. Maybe also with a graphic of a crazed looking coder. Anybody got graphics? Or can make them? Heh! Joe -- Posted via http://www.ruby-forum.com/.