Displaying 4 results from an estimated 4 matches for "thapliy".
Did you mean:
thalia
2006 May 12
1
Problem in including javascript files
...javascript source to my code. But I am getting this as output
<script src="/editor/xyz.js?" type="text/javascript"></script>
I just want to know why I am getting a question mark in "/editor/xyz.js?".
Thanks for any assistance in advance.
Regards
Chetan Thapliyal
2006 May 10
0
rubygems installation location
...stall. I had rails
already installed in my system. I just installed gem package and tried
to install a package through it. Unfortunately its prompting me to
install rails also as dependency. I would also like to state that both
rails and gem are installed on different locations.
Regards
Chetan Thapliyal
2009 Jan 20
1
JOBS
Hi Team,
Could you please help me 2 my friends needed a immediate job on Ruby
on Rails .
they have 2+ years of experience in this platform and having the
knowledge with more that quite
they have aspiring knowledge, need to get into some job , please help
me out for them
thanks
Narayanan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2006 May 09
2
Problem creating new record
Hi
I have two tables
1. devices
2. device_categories
both associated with each other via foreign key device_category_id in
device table. I use scaffold and create a base system. I associate the
two models together via belongs_to declaration in device model, and
has_many declaration in device_categories model. I also add a device
category drop-down box on create page to select