Displaying 20 results from an estimated 2000 matches similar to: "Dynamic Select Box"
2008 Sep 22
2
Variables visible in all actions in a controller
Hello,
I want make a variable visible to all actions in a controller. Everytime
user submits a parameter "school_class_id" on the basis of which I assign a
variable which I want to make available to all the actions in controller.
I used before_filter: set_class_id where set_class_id is defined as
def set_class_id
@currentClassid = session[:currentclassid]
if
2008 Oct 24
2
HTML Forms
Hello,
I have a form with two buttons - [1] Create [2] Cancel. By default if a user
clicks on any of them, the form gets submitted. However, I dont want to do
that. I want to call a javascript function on cancel and form submit (as
usual) on create. How can this be achieved?
--
Thanks,
Jaikishan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2008 Dec 05
9
Bar Chart in Rails
Hi Everyone,
Can anyone tell me how to draw a bar chart in Rails? Is there any
in-built method in Ruby on Rails (or) should i go for 3rd party plugins?
I searched and came across this "open flash chart" - i don''t know how to
customize it according to my requirement.
PS: I have attached my requirement sample for you reference.
Thanks,
Vasanth
Attachments:
2008 Nov 03
3
Ruby and/or Rails Community in Argentina
Hola a Todos,
¿Hay alguna comunidad de usuarios Ruby/Rails en Argentina, de la que
ustedes sepan?
Hello All,
Is there any Ruby/Rails community in Argentina, that you know/heard of?
Thanks in advance,
--
Rodrigo Fuentealba
http://www.thecodekeeper.net/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2008 Sep 19
1
Help with best approach(fairly easy question)
Hello!
Well this is maybe a fairly easy question. I am writing an app where
users that belong to a group have their own blog where they can make
posts. I have a posts_controller with all the CRUD operations and my
index action shows all the posts from all the users on a group. The
route is:
users/1/posts
The thing is that I want to show too, all the posts from any user, or
all the posts for a
2008 Sep 19
3
create Graphical charts using rails
Hi
Could anybody please point me to some good links to draw Graphical
charts using RubyOnRails and also suggest which is the best one?
Thanks in advance
Sijo
--
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,
2006 Aug 18
3
RoR logo on own webpage
Hello,
are there any restrictions in using the RoR logo on my own homepage?
Something like: powered by Ruby on Rails ..__logo__..
--
Jochen
2006 Aug 16
10
Rails wiki
Hey Fellows:
What happened to the Rails wiki? In http://wiki.rubyonrails.org/rails it
appears a very nasty message, saying something about cialis and some other
stuff.
cialis soft tab <http://genericcialis.ziomek.us/> [url=
http://genericcialis.ziomek.us/]cialis soft tab[/url] buy cheap
cialis<http://buycialisonline.xhostar.com/buy-cialis-online.html>[url=
2005 Oct 17
2
OCFS for RHAS4 download
Greetings,
I read from archive that OCFS is for kernel 2.6. which means RHAS4.0 is
supported. However, I can't find the download for this version. Is the
support official and where can I download it.
Thanks / regards,
Ivan Wong
Database Administrator
e2Open Inc. (www.e2open.com)
Suite 34.03, Level 34,
Menara Citibank,
156, Jalan Ampang,
50450 Kuala Lumpur, Malaysia
DID: +603 2776 6397
2008 Sep 18
2
Ruby on Rails Resource required - New Jersey - 6 Months +
// Please reply this email to jai-Oc46A42Di8jtC6uA/Zb986xOck334EZe@public.gmane.org //
Hi,
My name is Jai, I am a Technical Recruiter with International Business
Solutions. Ltd, NJ. My client in NJ is looking for a JD Edwards Technical
Consultant. I have included a description of the project below. Please take
a few moments to review, and let me know if this is something you might be
interested
2009 Dec 10
2
Packing multiple frames in a RTP packet
Hello,
*Background:*
The RFC 5574 suggests the RTP payload format for the speex codec. The
payload formation is straight forward; the encoded frames are to be
concatenated one after another. Once we have appended desired number of
frames, we have to pad the stream with 01111 sort of sequence to ensure that
payload ends on a octet boundary.
*Observation:*
I am using the speex encoder at 2150 Kbps
2007 Aug 28
6
Problem with netlogon\logon.bat not mapping all drives
Hi all,
I was wondering if anyone could help me, I have searched for some reason but
cannot find any.
After migrating from a previous samba-3.0.10 (I think) PDC server to a newer
samba-3.0.23c server on Centos5, I have the strange problem that my XP
clients no longer map all the drives listed in the logon.bat during logon,
however if I run logon.bat manually after I'm logged in, all
2014 Jan 10
4
Text to Speech Engine
Hello,
Anyone know good quality text to speach engine for building IVRs for
asterisk. Open-source will be nice, but I wont mind paying for thing really
good.
Regards,
-Jai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140110/18f3f1e2/attachment.html>
2008 Jul 04
9
file upload
is there any link for step by step guide in file upload in database ...
im follwing the link
http://www.tutorialspoint.com/ruby-on-rails/rails-file-uploading.htm..
which shows file upload into folder not in database ..pls help..
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2004 Apr 08
1
SSH library in C?
Hello,
Is there a C API for ssh client? If yes, where can I get documentation on it? If no, I would like to request it.
Thank you.
Jai
2005 Feb 18
1
Asterisk Performance in comparission of SER
How much can be the load (How much register and calls Asterisk can Handle simultaneously by asterisk) and what will be the performance of Asterisk (Call Quality) if all the users are on SIP only and uses same Codec, I have all three codecs loaded G.711, G.723, G.729) without media support i.e. ("canreinvite=yes"),
Thanks & Regards
Ritesh Jalan
-------------- next part
2004 Dec 12
3
[LLVMdev] redefenition of variables in LLVM
Hi,
%_t4 = add int 23 , 0
%_t5 = add int %_t4 , 1
%_t4 = add int %_t5 , 0
the above line of code give an error when i try to convert to
bytecode. The error is that I am trying to redefine %_t4. Is there a
way to reassign a variable with another value. Also is there a way to
assign a value to a variable. I couldnt do that so I added 0 to it !
:)
Thanks
Jai
2004 Dec 11
2
[LLVMdev] calling the printf funtion
The gcc front-end page in llvm.cs.uiuc.edu seems to be down for the
last 18 hrs. I was finding that tool very useful to get the syntactic
constructs, could someone fix it ?
Thanks
Jai
On Sat, 11 Dec 2004 11:10:00 -0600, Vikram S. Adve <vadve at cs.uiuc.edu> wrote:
> Just compile a trivial C program containing printf through llvm-gcc and
> you will see how to call printf from within
2004 Dec 11
2
[LLVMdev] calling the printf funtion
Hi,
I would like to display results on the screen . Can I use
the printf function in LLVM?
How do I call the funtion? Could someone give me an example
Thanks
Jai
2005 Dec 16
3
Server crashed with Common/ocfsgencreate.c, Common/ocfsgenvote.c
Hi Experts,
We have a 4nodes RAC running and recently one is down due to hardware
(fibre optics card) failure. Since running on 3-nodes RAC, the surviving
server just keep crashing. We cannot figure out why is this happening
but checking /var/log/messages we have these error (notice the msg
before crashing at 8:32):
Dec 12 08:30:45 x335-142 kernel: (2) ERROR: file entry name did not
match inode,