Displaying 20 results from an estimated 236 matches for "colemanation".
2006 Apr 13
7
Complex SQL in paginate command?
Hi all,
Is there a way to create pagination with a complex SQL, more complex
than the :conditions option will support?
I have two databases, houses and images. Houses has_many images, and
each Image belongs_to house.
I''m creating a search engine for the house records and I''d like to be
able to filter out all the houses without any associated images.
So far I''m
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
I''m fairly new to Rails, and I''ve been learning from AGILE WEB
DEVELOPMENT WITH RAILS. Everything has been going smoothly until the
chapter on Unit Testing, where I''m getting some strange errors.
I''m up to page 141 in the Agile book, and attempting to run the test
program containing the method test_read_with_hash. The previous tests
work properly, but I
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?
Hi all,
What is the correct syntax to add an id attribute to a form tag with the
"form_tag" helper?
I''ve tried
start_form_tag({:controller => ''houses'', :action => ''find''}, {:method =>
:get, :id => ''search''})
start_form_tag({:controller => ''houses'', :action =>
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
This is the first draft of the audio/vorbis media registration form to be
handled to the IANA. PLEASE comment extensively, even minor spelling
mistakes etc are to be stamped out of this I hope.
A media type for application/ogg (or should it be
application/oggsquish?) will be created separately.
I would be very happy if someone could supply the 4-letter filetype code
used by MacIntosh .ogg files.
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 at a...
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
Hi,
I'm hoping someone can help with this. We have a 3.3.8 Samba server, on
Centos 5.5 64, security DOMAIN, works beautifully with XP. When windows
7 systems attempt to log in via \\NAME, the login window just
continually repeats, but they can login successfully when using \\IP_ADDRESS
Samba log shows the below in response to windows 7 login attempts.
[2011/01/25 10:08:26, 0]
2011 Apr 15
1
samba 3.5.4 winbind rfc2307
Hi,
We recently updated our domain to 2008R2 servers from 2000.
I know the services for unix changed from the proprietary setup in 2000
to rfc2307 compliant around 2003 R2
I've updated samba to 3.5.4 (apparently most earlier versions don't play
well with the changes in AD), and gotten things essentially working.
The problem is users created since the old 2000 servers have been