Displaying 9 results from an estimated 9 matches for "harish4groups".
2006 Jul 05
4
Rails Web Hosting?
Hi,
Where can I find Rails web hosting? I wish to get a domain name + web
hosting.
Kind Regards,
Lennie De Villiers
OpenMind Connections
Website: HYPERLINK
"http://www.openmindconnections.co.za/"www.openmindconnections.co.za
Win-Ads: HYPERLINK "http://www.win-ads.co.za/"www.win-ads.co.za ? Online
Advertisement Coming Soon!
--
No virus found in this
2006 Jul 05
1
List of projects
Hi all,
Did any body worked some thing like this?
suppose a logs in and creates a new project.he''lll get the list of
projects in the same page. till here i got working.
Here is my question::
i want the list such that a drop down list will be there, and if i
select a month i should get the list of projects done in the month.
I used this code in the project_controller.rb
2006 Jul 04
4
Please help me
Hi all,
I''m getting the list of my projects in the page. But i want to get
the list according the month, i.e., if i select july in the drop down
then i should get the
list of projects done in the month of july..
Please reply..
Regards,
Harish
--
Posted via http://www.ruby-forum.com/.
2006 Aug 15
2
Using Ajax and FireFox
Hi all,
I have created a new application 1month ago. In that application i
have a link Add New. This link is given using Ajax(<%= link_to_remote(
''Add New'',
:update => "abc",
:url =>{ :controller=>"xyz",:action =>
:new},
:position => "after"
2006 Jul 04
1
List as per particular month
I want to get the list of sheets created as per month wise.i.e., i want
a drop down menu if i select june i want the sheets created in the month
of june. could any one please help me?
--
Posted via http://www.ruby-forum.com/.
2006 Jul 13
0
uploading into server
Hi all,
I have developed one rails application and uploaded into server.
Its very small application. For the index.html i gave some link to login
so that if a user click on that link he''lll get the login page. So i
gave the path to that link, then it worked very well.(http://
xyz.com/internal)if i open this page i''lll get link i.e., login. If i
click on login
2006 Jul 05
3
list of users
Hi all,
I''m creating admin module. in that module i need to get the list of
users and also the projects created by the each user.
No doubt i''m getting the list of users. but i''m not getting the list
of projects done by each user..
This is my code::
<% for user in @users %>
<%=link_to
2006 Aug 01
3
Rails Application Failed to start properly
Hi all,
I have created a new application and Its working fine in my local
system and also in the server.
But after some days I have added one new controller(projects) in the
admin module so that the admin can manage the projects. Its also working
good.
All the things are working in the application but in the admin module,
admin should see the list of users and if the admin click on
2006 Jul 06
6
Functional tsts
Hi all,
I have created projects module in my application using scaffold,
and it created me everything, and all the modules are working except the
functional test. This is the error
1) Failure:
test_create(ProjectsControllerTest)
[test/functional/projects_controller_test.rb
:55]:
Expected response to be a <:redirect>, but was <200>
8 tests, 25 assertions, 1 failures, 0