Displaying 20 results from an estimated 4000 matches similar to: "RoR and IBM Webservers"
2006 May 18
6
NOOB: Second post, please help...
Folks,
I am linking from page A to page B, and back again. When I go from A -> B, the B_controller.rb runs fine, and the page renders properly. But, when I go from B -> A, the A_controller.rb doesn''t run again, so the array (@A) is nil (which causes a problem).
Should the controller run each time the page is accessed? Any ideas?
Marcus
Marcus Blankenship
Technology Services -
2006 May 22
3
Best Rails API source
Folks,
Is api.rubyonrails.com the best source for RoR API info? Do any other formats exist, that are easier to navigate/search?
Thanks,
Marcus
Marcus Blankenship
Technology Services - Software Group
JELD-WEN, inc.
Information Systems
541-882-3451 x 2558
marcusb@jeld-wen.com
RELIABILITY for real life*
This correspondence is for the named person''s use only. It may contain
2006 May 17
2
NOOB: Passing parameters between pages
Folks,
I have a rhtml page (page A) that links to another page (page B), and I
want to pass some parameters from page A to page B.
Here is the link code (on page A):
<%= link_to ''Edit'', { :action => ''edit'', :id => permit }, :post => true
%>
If I want to pass a parameter "name" and a value "marcus", and pick it
up on page
2006 May 22
2
Submit_tag question
Can I pass additional parameters when using a submit_tag?
Is this legal?
<%= submit_tag ''Save'' , { :editfacility => params["editfacility"] }
%>
When I do this, the "editfacility" parameter is always lost. I have a
feeling I''m missing something basic...
Thanks,
Marcus
-------------- next part --------------
An HTML attachment was
2006 May 17
0
NOOB 2 - Controller not running when accessing pages
Folks,
I am linking from page A to page B, and back again. When I go from A -> B, the B_controller.rb runs fine, and the page renders properly. But, when I go from B -> A, the A_controller.rb doesn''t run again, so the array (@A) is nil (which causes a problem).
Should the controller run each time the page is accessed? Any ideas?
Marcus
Marcus Blankenship
Technology Services -
2006 Jul 06
3
bug/feature
I don't know if this has been mentioned here or even thought of in the
grand scheme of things and I'm just sending a one time email about it
"just in case"
I recently swapped my server around and I'm using dovecot now....LOVE
it! Could use a bit more intuitive error messages, but otherwise, it's
great!
But there is one flaw that I've run into with my users.
2006 May 23
1
Help with observe_field
Folks,
When I use observe_field, I get a javascript error "Form is not
defined". Any thoughts?
__View: search.rhtml__
<label for="search">Search:</label>
<%= text_field_tag :search %>
<%= observe_field(:search,
:frequency => 0.25,
:update => :search_hits,
:url => { :action =>
2006 May 25
3
"Page has expired" problem
Folks,
I''ve written a simple, multi-page Rails app which works fine except for
one thing: often when my users click the browsers BACK button, they
receive the "Warning: Page has Expired" message in IE, with the
suggestion to hit the refresh button. If they do hit refresh, they are
told that the information will be sent back to the page, and they have
to hit "Retry"
2006 May 26
3
Ajax/Rails question
Is there any way to make an Ajax call (like link_to_remote) and pass in
the value of a field on screen? This seems obvious, but I can''t find
anything...
Thanks,
Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060526/19178f23/attachment.html
2006 May 31
7
How to render from with <%%> ?
I have a loop that I iterate through in my view.
<%
coll.each do |itm|
puts(itm.value)
end
%>
How do I render the itm.value without using a <%= %> tag? Should puts
not work?
Joerg
P.S. There is a good enough reason for me wanting to do this :-)
--
Posted via http://www.ruby-forum.com/.
2006 Apr 25
7
[TIPS] File_column plugin and multiple file uploads
No..i am not a full time rails developer...i code in pl/sql for paying my
bills...and i am just working on a pet project...so i had some trouble in
doing..what i specify in the subject.....now somehow i solved this
problem...so those interested can look at the code at:
http://hemant.wordpress.com/2006/04/25/file_column-and-how-the-fuck-it-handles-multiple-files/
I write this mail and
2006 Apr 30
7
Rich text aera?
Hi all,
I am trying to add an article editing interface to my future webstore,
and I am wondering what to use for text formatting.
I would like to avoid using HTML, and calibre-bbcode just won''t work
(see my last post).
Is there some kind of library for live text formatting right in the
browser? I would just need bold, italics, size and ul lists... Do you
know of a good solution?
2006 May 01
6
Two developers, one on unix and one on windows
Hello all,
An interesting problem, I am developing on Windows, another developer is
using Unix, and our app and svn repository are running on a Linux box.
We need an easy way to not keep breaking our app and each others
development environs when we check in the code. The piece in question is
the dispatch.fcgi. The path to ruby is (obviously) different in Windows
and Unix. Has anyone run into
2006 Apr 14
5
state_models plugin and file_column?
I was looking at Kyle Mawell''s extremely nifty-looking StateModels
plugin
http://www.kylemaxwell.com/articles/2006/02/06/fun-with-single-table-inheritance
and before I go down the road with it, I was wondering if anyone has
used it with file_column.
The way file_column deals with an uploaded file -- by storing it to the
filesystem in a path that employs the model name and id --
2006 Apr 14
6
Login Generator with Extensible authorisation
I want my web app to have a signup/login generator but have 2 tiers of
users - normal and premium. There seems to be lots of login generator
and engines with scattered tutorials about extensible authorisation and
Im lost as which is the ''best'' or most ''easy to use'' solution. Anyone
had success in this area?
--
Posted via http://www.ruby-forum.com/.
2006 May 30
4
Selectboxes and Rails
Hey was wondering how to setup a select box that when I call
Model.new(params[:model]) it will automatically putit into the db...
I tried
<select name="home_bedrooms" id="home_bedrooms">
<option value="0">0</option>
...
</select>
then when I do @home = Home.new(params[:home]) that field doesnt insert
into the db.. any ideas?
-Ray
2006 Jun 26
2
RoR authentication with IBM Notes/Domino
This is a very simple authentication system for a Ruby on Rails server in
the same internet domain. It will allow you to get back the username of the
person hitting your server provided they already have authenticated with an
IBM Lotus/Domino or Websphere server that uses multi-server based session
authentication.
IBM Domino/Websphere authentication works by placing an encrypted cookie for
a given
2006 Apr 21
8
FastCGI: Apache 1.x or 2 on new Debian System?
Hi,
I am just installing a new test environment, but this is just for
preparing the next one, which will be a production server.
I am doing a clean Debian Sarge 3.1 install with stable sources. I have
to decide if I install Apache 1.x or 2 now.
I have read that FastCGI is better supported/developed for Apache 1.x.
Is this (still) true? What is easier, more stable, etc? I want to run
rails
2019 Jun 24
0
Vulnerabilities to bind-libs bind-utils - possible to remove these on webservers
Peda, Allan (NYC-GIS) wrote:
> I think the subject says it all. We don't run named. It seems there are
> chronic issues with bind. Can these packages be removed?
>
> We locally authenticate. I see this:
>
> Removing for dependencies:
> bind-utils ipa-client sssd sssd-ad sssd-ipa
>
> We shouldn't need any of that with local authentication (/etc passwd and
>
2006 Apr 24
5
radrails gone mad
Hi *,
I have been using radrails as an IDE for awhile now and we were getting
along just fine - but recently it has just gone totally postal?!??
I created a new rails app - when I click to expand the folders there is
no framework in place, just the root folder of the app.
To add insult to injury two weeks of work also just disapeered - I kid
you not just gone without any deletion on my part.