similar to: DevNotes: Plugin, Component, Generator, or Engine?

Displaying 20 results from an estimated 20000 matches similar to: "DevNotes: Plugin, Component, Generator, or Engine?"

2006 Jul 06
4
Using Integers to Store Bits of Information
Hi, I am a very new to ruby on rails so please forgive me if someone has asked this before. I need to make a form with many checkboxes. Sometime ago I was using Coldfusion and I chanced upon this great article on how to store flags using binary numbers. http://cfdj.sys-con.com/read/41674.htm Just wondering if there is something similar in RubyOnRails that I can learn from and use. That
2006 Jul 27
3
[somewhat OT] Apache config for Rails + ColdFusion + PHP
Our group has several web apps developed in ColdFusion, PHP, and Rails. The ColdFusion and PHP apps are on an older server, and the Rails apps on a new server. Ideally, we''d like them all to share the same server. Our current setup for the Rails server is Apache2.2 with mod_proxy_balancer and mongrel_cluster. We''d like to have specific directories be processed and served by
2009 May 01
4
Hardening
Hi All, What tips does everyone have on hardening a CenOS Server that is running web, e-mail, ssh, ftp, mysql, coldfusion and will be processing payments from www? -Jason
2001 Nov 13
1
Coldfusion Studio 4.5.2 and Wine
I am a Coldfusion under Linux ISP, and could really use some help making Coldfusion Studio (the development IDE) run uner wine... any suggestions or has someone maybe done it? Thanks! _________________________________________ Brian Tafoya http://briantafoya.com _________________________________________
2009 May 05
2
Apache and CF
Hi All, I have a CentoS 5.3 Xen Instance at Mosso. I need to run ColdFusion and I have in the past successfully made everything work, but not on Linux rather Windows. I just cannot get Apache and CF talking. I added mod_jrun22, When I try to serve a CF file, I am asked to download binary data. I added .cfm and .cfml to Directory Index for /var/www/html in httpd.conf and nothing still.
2006 Jun 22
4
Authorization Plugin 1.0 release candidate + 3 test apps
In honor of RailsConf, I''m releasing an authorization plugin with 3 test apps that show you how to use the system. A reasonably lengthy description can be found here: http://www.writertopia.com/developers/authorization I will also be talking about the plugin''s architecture in my RailsConf talk on Saturday. Some features: - Nice English-like way of expressing permissions through
2006 Jul 28
6
STRFTIME() why is it not defined
I am trying to take the input from a field in wich the user enters a date, and formatting it to my time format if params[:gotcha] != '''' gotc = params[:date].to_a gotc.strftime("%m/%d/%y") end Yet I get this error: NoMethodError in AddController#add undefined method `strftime? for ["00000"] What''s wrong. I''m positive this method is
2005 Aug 08
4
Problem with DFS mounting (works OK in smbclient) [samba-3.0.14a-2.1.fc4.kde]
I am having problems mounting a DFS share, even though it works in smbclient fine. After mounting, the mount point (in ls) has question marks for everything, and when ls'ing I just get permission denied. Turning up debug and verbose don't seem to help. Any ideas ? [tom@charles-compaq@1306 /home/tom/Projects/gbb-core-app ] smbclient //exchsvr/dfs -U tchiverton -W BLUEFINGER Password:
2006 Jan 13
2
Mass Mailing
Has anyone found a good method of mass mailing a bunch of people (100k) using RoR yet? I have always used a scheduled task to run a ColdFusion page every x minutes to send out blocks of about 7500 (sending the full 100k crashed the page) and this worked pretty well and now we are migrating all out sites to ruby, I seed to do something similar. Thanks in advance, James
2013 Apr 30
1
Volume heal daemon 3.4alpha3
gluster> volume heal dyn_coldfusion Self-heal daemon is not running. Check self-heal daemon log file. gluster> Is there a specific log? When i check /var/log/glusterfs/glustershd.log glustershd.log:[2013-04-30 15:51:40.463259] E [afr-self-heald.c:409:_crawl_proceed] 0-dyn_coldfusion-replicate-0: Stopping crawl for dyn_coldfusion-client-1 , subvol went down Is there a specific log? When
2006 Jan 12
2
Anybody building elearning apps with Rails
Hello I''m new to rails (just boarded the Train a week ago). I''ve been an elearning developer for about 10 years and for the last couple of years have solely concentrated on adding tools to a proprietary Learning Management System built in Coldfusion. ...But I''m also a Java and ASP.NET developer. I am keen to start an open source rails inspired project to build the
2006 Aug 15
6
FileSystemWatcher - has any one done this?
I''d like to monitor a folder and when someone drops a file in there I can take the files name and add it to a database. My dream is to have a folder always being watched. and if someone drops a file or folders with files into that watched folder, I take the filename(s) and insert them into a db and if the files are in folder I use the folder name(s) as tags for that file. make sense?
2006 May 22
15
collection_select default selected value
Hiall, Unfortunately I just can''t find out how to setup a default selected value when using collection_select. My call is like so: <%= collection_select(:consultant, :lastname, @consultants, :id, :lastname, { :selected => @current_consultant.id } ) %> which is not working, I debugged so far that I know that @current_consultant.id contains the correct value. Any tips? cheers
2006 Jul 20
1
Ruby Vs Java Vs Coldfusion Vs Rails
An interesting discussion from a mainly CF blog on Ruby, Java and Coldfusion. http://www.corfield.org/blog/index.cfm/do/blog.entry/entry/Java_or_Ruby -- Aneesha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060720/be08e19a/attachment.html
2006 May 25
4
How to add a migration with a plugin?
I''m working on a plugin that requires some database support to do its job (adding a model or two). I''d like the plugin to automatically add a migration once it is installed. Is there already a mechanism for this? If so, how do you do it? -- *Berin Loritsch* Owner *Work:* 571-215-7708 *Email:* bloritsch@d-haven.com <mailto:bloritsch@d-haven.com> *IM:*
2006 Jun 21
7
acts_as_taggable and paginate?
Hi there, I''ve been trying to paginate over a list of members that all share a tag in common using the acts_as_taggable plugin. The regular way of paginating over a collection doesn''t seem to work with acts_as_taggable. Here''s what my method looks like that takes in a tag name, finds all the members that share the tag and then displays all the members. Nothing too fancy
2006 Jan 11
2
Good OOP and JS books / tutorials? Looking to teach my team
Can anyone recommend good books, online tutorials, or any other learning materials for Javascript - specifically Object Oriented Programming using JS? I want the rest of my dev team to be able to help me code in JS, specifically using prototype and scriptaculous. I''ve been using JS for so long, and I kinda "grew up" on OOP programming but my whole team is Coldfusion
2006 May 26
5
scriptaculous - auto complete textbox with a drop down
Hi, I''m using scriptaculous to provide an auto complete textbox - and it works perfectly - but I was wondering if there was anyway to let users navigate the choices using the keyboard i.e the curor keys as opposed to having to use the mouse? Apart from that it''s perfect! :) Cheers, Pete -- Posted via http://www.ruby-forum.com/.
2006 Jun 18
3
on change of drop down a textfield emerging
hi, i have a situation where i have a list of options from which a user selects his options if its not in the list he/she selects Others/Not Present and a new textfield should pop up and the data entered there should be considered instead of dropdown. i have done this using javascript/dhtml but i was wondering how this can be done using pure rails i.e using some of the RoR apis?. i would
2006 Apr 05
23
how to create RJS visual effects callbacks
I''m trying desperately to get visuall effects callbacks working in rjs templates to no avail What I''m trying to do is fade an image, change the div with the image to a new image, and then fade the new image back in. How would I go about this in RJS Here''s a simple line from my rjs that I can''t get to work. It is not using callbacks so the