Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
279 views

Ruby on Rails time helper

I'm working on my first Rails Application. I am a little stuck with the time. I'm working on a recipe application. I need to add two fields. Preparation Time Cook Time Out of the two, i would like ...
3
votes
5answers
3k views

Use custom id for check_box_tag in Rails

How do you set a custom id when using a check_box_tag helper in rails? I have a loop which creates a bunch of checkboxes based on a collection: - subject.syllabus_references.each do |sr| = ...
3
votes
2answers
760 views

CakePHP: Prevent GET form fields in URL

I've got a CakePHP search form that has 'type'=>'get'. Basically, one of the elements in the form is a submit button of type image. When the form is posted, in the URL I always get these x & y ...
2
votes
1answer
185 views

Clojure: Hiccup form-handler

I am implementing a simple drop-down using hiccup: ;DATASET/CREATE (defn get-cols-nms [table] "This function gets the list of columns of a specific table". (do (db/cols-list table))) ...
2
votes
1answer
535 views

Custom HTML attribute requires a custom helper?

I'm trying to create a form with some custom data attributes on the inputs: <input type="text" data-family="Dinosaurs"> This seemed like a nice clean way to have easy front-end access (haha!) ...
2
votes
1answer
282 views

CakePHP: shortcomings with indirectly associated models

I'm having some issues with dealing with indirectly associated models in cakephp. My current model setup is as follows: Deliveries hasOne License License belongsTo Delivery License ...
2
votes
6answers
726 views

“Automagic” output fields in CakePHP?

I'm currently using CakePHP's "automagic" field elements for my CRUD forms. By this I mean I'm using the echo $form->input('fieldname', $options); method to generate everything. This chooses ...
1
vote
1answer
91 views

collection_select method gives error in Rails 3.1.1

I have a Model called Category and other Model Product. They have has_many and belongs_to relation. But code in my view <p><%= f.collection_select(:product, :category_id, Category.all, ...
1
vote
2answers
114 views

How to work with date_select form helper without a model in Rails?

I have a variable @the_date and a date_select form helper without an associated model. How to use date_select to display the appropriate HTML? The following does not work: <%= date_select ...
1
vote
2answers
233 views

fields_for unable to pass in an array

I'm trying to do fields_for of a subset of objects and struggling some. Here are some details: class Club < ActiveRecord::Base has_many :shifts ... <%= form_for club, :url => ...
1
vote
1answer
557 views

Ruby/Rails - Properly Display/Format Text From The Text Area Form Control

I have a interesting problem. I have a :text field in my model with displays a large chunk of data, usually about three paragraphs. When I enter the text in on the new view it might look like.... ...
1
vote
3answers
379 views

CakePHP Form Helper and Datetime

I have used the form helper to create a date time selection and when I access the $this->data. It looks like the following. [Timetable] => Array ( [event_id] => 133 ...
1
vote
4answers
2k views

link_to delete url is not working

I have the following link_to delete url in my app <%=link_to "Delete",blog_path(@blog.id), :method => :delete, :class => "delete", :confirm => "Are you sure ?"%> It does not seem ...
1
vote
1answer
2k views

How do I change the text_area default size for a form in rails 3?

I'm going through Agile Web Development with Rails and I'm having some trouble with the form helper text_area. Specifically, I want to make the text area smaller (the form submits correctly and ...
1
vote
3answers
4k views

Ruby on rails: Select options menu with default value attribute

I need to produce a select menu with a Default value on the list of <options> . Here is how I need it looks like. <select name="menu[parent_id]" id="menu_parent_id"> <option ...
1
vote
2answers
681 views

Ruby on Rails: How to use a local variable in a collection_select

I'm trying to create a <select> element using the collection_select method, but it seems that in order for the proper <option> to be selected, the identifier passed into collection_select ...
1
vote
2answers
1k views

Problem passing URL variables in post form submission with CakePHP FormHelper

I'm writing my first CakePHP application and am just writing the second part of a password reset form where a user has received an email containing a link to the site and when they click it they're ...
1
vote
6answers
6k views

Codeigniter form_helper getting database rows to be values in select menu

I know this is going to be really simple once I post it, I am writing a form, which has a select menu in it, I want the values to pulled from the database, so I thought it would be something along ...
1
vote
3answers
677 views

In rails, whether to use form helpers or not to?

In rails, is it recommended to use form helpers? Internally, everything boils down to plain html then why not write the html directly? Performance will obviously be better in writing direct html than ...
0
votes
0answers
21 views

How to make related record in associated table

In the case(Form view) written below, It shows the "mail input box" only when related record exists in Contact table. It also gets error at the "Show" page when related record doesn't exist. I'd ...
0
votes
1answer
22 views

How to check for errors on field in custom form helpers?

I know Simple Form plugin achieves it (unfortunately I don't wanna use simple form). If input field has errors associated with it, it is wrapped in div with .fields_with_errors class. Also using ...
0
votes
1answer
78 views

Rails 2.3.8 multiple select not returning array, even with <select name='foo[]' multiple='multiple'>

I admit to being a bit stumped on this, since I've been doing rails for some time. I'm trying to get an array of values in params[] from a multiple-select combobox. This is rails 2.3.5 and ruby 1.8.6 ...
0
votes
2answers
141 views

Rails 3 - Make text field accept only numeric values

How do I make a text field accept only numeric values? If I press a letter or a symbol, the text field should not be filled, it should only allow numbers. Is there a rails way to do this?
0
votes
1answer
68 views

form_tag url_for with :method “delete”, id and :remote => true

I have the following form_tag working: <%= form_tag url_for(:controller => "profiles", :action => "remove_academic", :method => :delete), :id => "remove_major_goal", :remote => true ...
0
votes
1answer
41 views

Form tag is stripped off in Cake Php

Form tag is stripped off in Cake Php view file. In 'login.ctp' (Layout view) <div id="test"> <?php echo $this->Form->create(); ?> Test form Elements ...
0
votes
1answer
56 views

Applying CSS class on time_zone_select

Is it possible to provide a CSS class for the time_zone_select FormHelper in Rails 3. I currently have something like f.time_zone_select :time_zone Have tried options like - ...
0
votes
1answer
31 views

specifying CSS class on ime_zone_select

Is there a way to specify CSS class on time_zone select helper. I have the code like - f.time_zone_select :time_zone, ActiveSupport::TimeZone.us_zones
0
votes
0answers
60 views

Rails reusing nested form in edit view but helper not setting id's in form hash properly

My system helps users generate quotes by creating Quote objects with nested Line Item objects. I got reports that when the form is being edited, the total is being set at 0. When I looked at what ...
0
votes
0answers
53 views

Rails 3 - Button for change an attribute's value

Hello people I'm stuck in a problem, I've tried to solve this from last week and I still can't achieve it. I have a Form in my rails 3.0.9 app to "accept" or "reject" a document, untill now I'm ...
0
votes
1answer
147 views

Rails 3 - Make a “link_to” using selected value from collection select

Hello everyone. I have a form in my rails 3 app, and one of the fields is a "collection select" like this <div class="field"> <%= f.label :provider_id, "Provider" %> <%= ...
0
votes
1answer
315 views

changing the size of text_field_tag rails 3.1

I am using following options in my text_field_tag which is used as a search box. I want to change the width and height of the text_field tag. <%= text_field_tag(:search, value = nil, options = ...
0
votes
1answer
47 views

form_helpers Rails 3 - include objects in the loop

Tour has_many :photos, Photo belongs_to :tour. The fields for a tour are :title, :description. The fields for a photo are :alt, :image (path), :tour_id Tour accepts_nested_attributes_for :photos ...
0
votes
2answers
125 views

CakePHP - FormHelper not outputting form tags

I have the following form declaration: <div class="edit-dialog span-10" style="display:none;"> <div class="edit-message span-10" style="margin-bottom:30px;"> <span>Editing: ...
0
votes
1answer
81 views

Rails 3: adding a yes/no “recommended” option to user posts

I'm new to rails and I'm working on a simple app where users create posts with content, hehehe. But since I'm real new I'm having some confusion. When users create a post I want them to have a ...
0
votes
1answer
157 views

Rails 3.1, passing parameters for colection_select from controller

I have this collection_select usage in my view: <%= collection_select(:production_year, :id, @car_models, :id, :name, { :prompt => "Year" }, { :disabled => "disabled" } ) %> But it ...
0
votes
1answer
95 views

How to use both blank and default date in date_select in Rails?

The following code works as expected, using the @the_date as the default selected date. <%= date_select("the_date", "", :default => @the_date ) %> However, in the case there is no date, it ...
0
votes
1answer
80 views

CakePHP Form Helper: Select helper is not defaulting certain custom fields

I am having a problem with the form select helper. On my page I have two forms. One is a quick search form. This one uses state_id. Upon searching in URL: state_id:CO This will auto select the ...
0
votes
1answer
139 views

Add attribute to rails helper text field?

I have a rails helper text field from devise that uses html and atomatically validates the type="email" field. I want to add the attribute novalidate='novalidate' to it, but i do not know how.. Heres ...
0
votes
1answer
157 views

How to create a delete form with RESTful routes in Rails.

I am trying to create a form that serves as confirmation for the destroy method on a controller. In my routes I have: resources :leagues do get 'delete', :on => :member end In my ...
0
votes
3answers
61 views

Input showing as a select with cake form helper

I have the following code: <h2>Add System</h2> <?php echo $this->Form->create('ReleaseServer'); echo $this->Form->input('server_name',array('error'=>array( ...
0
votes
1answer
48 views

Using form helper for one-to-many models

I've got two models: a quote model and a quote line model. I'd like to be able to allow the user to create a new quote and 10 quote lines using the same form (in the future, I would like to make this ...
0
votes
1answer
60 views

Rails MVC: Should a form collection_select know which collection records it should render?

I'm a little stuck here with a conceptual issue. Assume following [abstracted] setup for Post, Tag, and User: Post belongs_to Tag Tag has_many Posts User has_many Tags, has_many Posts ...
0
votes
1answer
106 views

Setting Datetime field using Ruby Form helpers

I am trying to set a datetime field using the ruby forum helpers. <%= form_for @event do |f| %> <%= render 'shared/error_messages', :object => f.object %> ...
0
votes
1answer
357 views

How do I populate a select tag with a hash and properly save the value to the database?

I'm attempting to setup a form for a model that contains a select box populated from a collection in the hash. Specifically, my employee model has a hash of roles: ROLES = {1 => "Lead", 2 => ...
0
votes
1answer
64 views

Unable to get options in select field from object in rails

can any one help me or give a link ,how to use select field where options are from object,what i tried is <%= f.select "subject","id ", Hash[@subject_final.collect{|p| ...
0
votes
2answers
799 views

adding size option to file_field tag in rails

ANSWERED I actually found the answer while formulating the question but I'm posting it any way since some might find this useful(as said here: Should I continue adding a question if I have found the ...
0
votes
1answer
117 views

How do I get a nicer params hash returned by my non-model form?

I am trying to set up a non-model form to generate a report based on search queries and am struggling with the syntax of the form helpers. Here's a simplified version (one of many attempts) that ...
0
votes
1answer
128 views

How to associate an id from a select form with another object?

I have two models: Study and StudyType. The later has just two columns: id and name and stores the type of a study like Bachelor, Master and so on. All values are inserted already. I used the command ...
0
votes
2answers
239 views

How do I get the HTML 'name' attribute a rails form builder will generate for a certain field?

When you've got a form field such as this: <%= f.text_field :last_name %> it will generate this in HTML: <input id="person_last_name" name="person[last_name]" size="30" type="text" /> ...
0
votes
2answers
127 views

cakePHP, form helper, creating a form automatically - how?

Is there a way to get form helper to create the inputs of the form (retrieved from db table) by itself?

1 2