Displaying 20 results from an estimated 400 matches similar to: "Problem with ActiveScaffold+RecordSelect"
2010 Nov 09
1
How to fill other fields with RecordSelect
Hello everyone,
I am using RecordSelect (http://code.google.com/p/recordselect/) to
associate a user to a appointment. The auto-complete have already
worked and when I save the appointment the user is associated.
But I wold like to get others user''s attributes to show in form when
he is selected, link phones and e-mail. So when a user is selected the
hidden field id and text fields
2012 Oct 26
1
RecordSelect does not work in nested pages (Rails 3.2.8)
RecordSelect is a Rails widget to help you pick one record out of many.
It works in Rails 3.2.8 in the main pages but not in the nested pages.
Does anyone else also face the same problem??
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Oct 19
1
Question about variable assignments/scoping after render call
I''ve got a question about how variables are made available to templates. We
have a test that looks something like this:
def test_variable_assigned
xhr :get, :do_stuff, :id => 1
assert_not_nil assigns(:thing)
end
And our app code looks like this:
class SuperClass < ActionController
def do_stuff
@parent_model = ParentModel.find(params[:id])
render :template
2008 Apr 17
0
Having problem with validates_presence_of fields in form when trying to also use ActiveScaffold (x-posted at ActiveScaffold group)
I have an events listing site that includes the models Event and
DateAndTime, so an event that happens more than once (like a high
school play) can have more than one date_and_time. The Event model
has_many date_and_times, and the DateAndTime model belongs_to event.
The Event model validates_presence_of two submission form variables,
the_date and the_time, and those variable values then get used
2007 Oct 29
2
UI drop down list pulled from database values in activescaffold
as i''m finding it difficult to override the form Ui elements using
activescaffold -= i''m looking for a help to build a drop down list in
UI (values pulled from databse through SQL query) and so user can
select these valus while submitting to database.
pls provide any example strictly using activescaffold plugin.
thanks
selvan-kalaiselvan
2009 May 21
1
How to install ActiveScaffold plugin?
I am upgrading to raills 2.3.2. I’m having problems with AjaxScaffold
which has been deprecated.
I am a linux novice. The web site http://activescaffold.com/ has the
following command:
script/plugin install git://github.com/activescaffold/active_scaffold.git
I tried the above and also ruby script/plugin …
Nothing happens.
Any ideas?
2007 Oct 07
1
Streamlined/ActiveScaffold don't support has_many :through?
All,
I hear tell that neither Streamlined nor ActiveScaffold support the use
of has_many :through relationships in the sense that HM:T relationships
will effectively be read-only in those frameworks.
Does anyone know why this is? I assume that it has something to do with
the way that the relationships are introspected on?
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.
2007 May 11
0
ActiveScaffold Released
I''m happy to announce that we released ActiveScaffold 1.0 today after 8
months of hard work on the plugin. In addition to announcing our launch,
I did a writeup on where the project is going next (hint: think
semantic) which I''d love to have some feedback on:
http://activescaffold.com/2007/5/10/activescaffold-goes-gold-1-0-released
Thanks and let us know if there''s
2008 Apr 20
1
how to select "no date" in activeScaffold
HI,
I have a date column which is not mandatory. How can I get it so
activeScaffold offer the ability to select no date (i.e. nil or null
type thing)?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to
2008 May 02
0
Getting a dynamic selected field from an activescaffold...?
Hi there.
I need to get a specific field from a activescaffold object. The
specific field must be editable, and must de available to be set to a
new value, thus the object.send(:field) will not work, since it only
gets the value, but does not enable reasigning a new value to the field.
Is theer a way to do this?
--
Posted via http://www.ruby-forum.com/.
2007 Oct 19
1
ActiveScaffold many to many relationships
Hi there,
when I create active scaffolding in a many to many relationship, I
would like that my create/delete actions in the nested scaffold would
actually erase one relationship between the two tables or create a new
link between the two tables, and not delete the record itself in one
table or create a new record of one of the two tables involved.
Is this possible with Active Scaffold?
Thank
2011 Aug 09
0
ActiveScaffold - custom show action
Hi all,
I''ve added custom show action (as an action link - I want to use default
one too). Everything renders well, but I''m missing a "Close" ([x])
button. So, I copied AS'' default _show.rhtml template and edited it a
bit (just added custom output and removed label). However, when I click
at "Close" I get error output:
You have a nil object when you
2009 Sep 29
0
Problem with RESTful resource and ActiveScaffold
Hello everyone,
I am trying to use a RESTful controller for user inside a namespace
using AS and one outside for registration and so on. When i try to
visit the namespaced url I get Unknown action. Once i replace
active_scaffold :users with a def index; end i can the URL.
My routes look like:
map.register "register", :controller => "users", :action =>
"create"
2008 Sep 05
1
ActiveScaffold :form_ui select
If I have two :form_ui select boxes, how can I make the first select
box reload the values in the second? For example,
---> [Car Maker]
-------> [Car Model]
When I change a value in the ''Car Maker'' select box, I want to display
values in the ''Car Model'' select box that only belong_to that Car
Maker.
I read another post in this group that recommended
2010 Sep 22
8
ActiveScaffold and partials
I was thinking of doing partials as I did in the simple Rails
application I worked on today.
But, since I''m using ActiveScaffold, I didn''t find any *.html.erb in the
views folder of the Rails application that I need to make my partials!
How can I work with partials in ActiveScaffold?
Thanks.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you
2012 Jul 19
5
ActiveScaffold Export file - Send as Email
I am using Rails 1.2.3 and Active scaffold 1.1.1
My requirement is to send the export of users data weekly to the admin
as email via cron.
How can i automate the process of exporting csv and storing it at a
place? So that i can pick it from there and attach to the email before
sending?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the
2018 Feb 22
0
Problem to manage permission to a share from windows
Hi,
I’ve successfully joined an ubuntu 16.04 machine, as member serverm, to an active directory domain Windows server 2012 R2 following the instructions in the wiki.samba.org “Setting up Samba as a Domain Member” now I have to set acl using Windows acl on a share. For that I followed the instruction in the “Setting up a Share Using Windows ACLs”. I also granted the SeDiskOperatorPrivilege to the
2018 Feb 26
0
I: Missing 'security' tab
I still have this problem can anyone help me to solve or troubleshoot it?
I also have another samba member server apparently identical (and apparently configured identical) that instead work well.
See also this screenshot
https://imagebin.ca/v/3t1ykTpRAIzR
Inviato da Posta per Windows 10
Da: Andrea Rossetti
Inviato: venerdì 23 febbraio 2018 09:47
A: samba at lists.samba.org
Oggetto: Missing
2004 Dec 02
0
A somewhat off the line question to a log normal distribution
Sigfried,
I am not a statistician, but I have learned that according to the Central Limit Theorem (CLT) sums of random variables, regardless of their form, will tend to be normally distributed. CLT does not require the variables in the sum to come from the same underlying distribution.
Ciao,
Hannu Kahra
Progetti Speciali
Monte Paschi Asset Management SGR S.p.A.
Via San Vittore, 37
IT-20123
2018 Jan 08
0
R: R: R: R: cannot list/access samba share from Windowsclient
>Da: Rowland Penny via samba
>Inviato: lunedì 8 gennaio 2018 21:42
>A: samba at lists.samba.org
>Oggetto: Re: [Samba] R: R: R: cannot list/access samba share from Windowsclient
>I changed the 'idmap config' block on my computer to this:
>
> idmap config *:backend = tdb
> idmap config *:range = 2000-9999
> idmap config SAMDOM : backend = rid
>