Displaying 20 results from an estimated 236 matches for "coleman".
2006 Apr 13
7
Complex SQL in paginate command?
...t;select distinct h.* from houses h, images i where price < 1000000 and
i.house_id = h.id order by price desc"
I''m not sure how to paginate this query. Is it possible? Is there a
simpler way to filter out all the houses without an associated image
from a search?
Thanks,
Jeff Coleman
--
Posted via http://www.ruby-forum.com/.
2006 Apr 10
8
Advice on Similar Views with Helpers
I have some embedded tables that form different sections of a view. I
find that I use the same look for certain ones which means I have to
duplicate the same exact table for each section that''s similar.
Is there a way to do.. hmm.. well.. kind of like what a layout does
using @content_for_layout, but for a partial. Does that make any sense
whatsoever? :)
OK so here''s some
2006 Apr 16
11
RJS templates not found
I am running Rails 1.10 and wanted to check out the RJS templates.
Rails doesn''t seem to find them.
I did issue the rake comment update_javascripts and that did not correct
the problem. RJS is part of 1.1 right?
Any ideas?
Thanks.
--
Posted via http://www.ruby-forum.com/.
2006 Apr 18
6
scaffold.css
Hi there,
I have been working on Rails applications for sometime and lately trying
my hands on beautification of the same.
Now the problem that I am facing in here is whatever design or layout I
try to apply to a particular application is visible to the rest of the
applications also!
I mean...I am not able to apply different designs to different
applications.
If anybody could help.
Thankyou.
--
2006 Mar 09
4
Strange Unit Testing error - newbie question
...t_test.rb:71:in `test_read_with_hash''
My actual "depot" application works perfectly as far as I can tell, and
I''d like to debug this but I''m not sure how to trace it back. What
could cause this error, how would I go about finding it?
Thanks in advance,
Jeff Coleman
--
Posted via http://www.ruby-forum.com/.
2005 Jun 24
1
Any status on timestamp vulnerability fix for 4.X?
Any information on when (or if) the following timestamp vulnerability
will be fixed for 4.X? Any information would be appreciated.
http://www.kb.cert.org/vuls/id/637934
Thanks.
Richard Coleman
rcoleman@criticalmagic.com
2006 Apr 08
2
Add id to form_tag?
...#39;search''})
start_form_tag({:controller => ''houses'', :action => ''find''}, :method =>
:get, :id => ''search'')
And other variations, but so far it doesn''t give the form the attribute.
Can it be done?
Thanks,
Jeff Coleman
--
Posted via http://www.ruby-forum.com/.
2006 Apr 07
3
Logging And Environment
Hi All,
Couple easy questions:
1. How do I view what environment my app is running under (i.e
production / testing / development) - I''m not sure what RAILS_ENV is
set at, how to I take a look at it?
2. Somehow (?) I have turned logging "off". I''d like to have it back
on :s I have files called production.log, test.log, server.log,
development.log in /myapp/log/ but
2006 Apr 18
7
freeze_gems to upgrade and SVN
Hi all-
I just decided to move from my 1.1.0 to 1.1.2. I had previously frozen
to 1.1.0 and therefore had all of rails in SVN in my vendor directory.
When I finally got rake freeze_gems to work, it blasted (rm -rf) my
vendor/rails directory and put a new one in there. This also blasted
all my .svn directories.
Is there some convenient way to do a freeze upgrade and play well with
SVN?
2001 May 14
4
audio/vorbis media type registration
...he vorbis data is already efficiently
compressed using psychoacoustic algorithms with highly optimized
bit-allocation.
Security Considerations:
Ideally, the vorbis file can not contain security-violating code
as the format is highly specified, see [VORBIS] and/or [COLEMAN].
However, fields can be abused if the recieving decoder
implementation has errors or extensions that make it possible
to embed interpretative or object code. The recieveing decoder
must therefore take these issues into account, and under no
circumstances all...
2006 Apr 07
5
RJS support "toggle" effect?
Does RJS inherently support the Element.toggle effect? I haven''t been
able to call it the way you call "appear", "fade", etc...
Jeff
--
Posted via http://www.ruby-forum.com/.
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
2006 Apr 05
16
Migration won''t rollback to specific version?
Hi all,
I''m confused about how migrations work. I''ve been using them for a
couple of weeks but haven''t had any serious rollback issues yet. Just
now I added a field to a table with a migration and ran "rake migrate",
which added the field as expected.
This was in the file db/migrate/007_mymigration.rb, making it version 7.
Later I changed my mind and
2006 Mar 27
14
Image manipulation/resizing server-side?
I''d like to implement a system in a Rails app where I allow the user to
upload an image file, and then the app takes that image and manipulates
it, saving a thumbnail, small, and original size version of the file to
the server.
How would I go about doing that?
Thanks,
Jeff
--
Posted via http://www.ruby-forum.com/.
2006 Apr 11
15
Migrating rails 1.0 app to 1.1 - Noob question
Hi all, I''ve upgraded my system to Rails 1.1.1 successfully.
After much looking I haven''t found out how to migrate an existing
application to a new rails version though. What is the procedure, if
any, for upgrading the application I''ve developed in 1.0? Is there a
script I need to run?
--
Posted via http://www.ruby-forum.com/.
2010 Jan 19
10
Install xen from sources or apt-get ?
I''m installing a new server, and I want know waht is better:
- Install xen from source from xen.org version 3.4.2 ?
- Install xen fron apt-get from debian package 3.2.1 ?
The server has Debian Lenny.
What is correct on production server ?
--
Martin
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2006 Apr 11
4
text_field_auto_complete not working in IE?
Hi all,
I''m looking for some insight on why my text_field_with_auto_complete
might not work in Internet Explorer. I''m using it in a fairly simple
way, without much customization.
I''ve broken it down and made a test page at
http://realty.colemanation.org/houses/test which shows the behavior I''m
having problems with. For me on Windows XP this page works fine in
Firefox, with the autocomplete fields finding their values from the
database and doing what they should. In Internet Explorer there''s no
autocomplete behavior...
2006 Mar 30
11
Capistrano/SVN: Deploying different database.yml for live?
Greetings,
Today I''ve been working out how to begin using Capistrano and so far I''m
impressed. Even in my situation, learning Rails and deploying to a
single server, it''s incredibly helpful. I do have one small question
though:
In using Subversion I''ve used the "ignore" feature to ignore my local
database.yml file, because my local database and
2011 Jan 25
2
Windows 7/Samba unable to log in via name, works by IP
...smb.conf
valid users = %S
The domain controllers are 2 x Windows Server 2000 and 1 x Windows
Server 2008. Could that be part of the problem? We will be replacing
the Windows Server 2000 systems shortly, but would like to fix this
sooner if possible.
Any ideas?
Thanks,
Jay
--
Jeremiah Coleman
Systems Administrator
C& C Technologies
337-735-3741
Extension 3421
jay.coleman at cctechnol.com
2011 Apr 15
1
samba 3.5.4 winbind rfc2307
...account, I get
[2011/04/15 18:52:44.737596, 1]
winbindd/idmap_ad.c:651(idmap_ad_sids_to_unixids)
Could not get unix ID
in the winbindd-idmap log
Oddly, on that same user I can't get wbinfo -i, if I do
wbinfo -n name
(SID)
wbinfo -S (SID)
it gives me the UID
Ideas?
Thanks
--
Jeremiah Coleman
Systems Administrator
C& C Technologies
337-735-3741
Extension 3421
jay.coleman at cctechnol.com