search for: rakotomalala

Displaying 9 results from an estimated 9 matches for "rakotomalala".

2006 Aug 16
5
New, and need help
Hey, well im new to ruby. I heard it was a web site creating software. Well the problem is that where do i get the software from? ill work out how to use it, i just need to know where to download the software. Thanks. -MAB -- Posted via http://www.ruby-forum.com/.
2006 Jul 28
8
Building a Search Page as part of CRUD
I''ve been experimenting with Rails over the past couple of days and have come across something that seems harder than it should be. In previous frameworks I have used (WebObjects, php) a full search page (which leads into a list view populated with search results) was part of the CRUD that was either dynamically or statically created after specifying table/object schema. In
2006 Aug 14
1
monitor an app for errors
hello there how can i monitor an app. what i need most is when and where error pages were printed to user, such as RoR errors, database problems or such. is there an instance problem that i can use avalaible to views or helpers ?????? ______________ Heri R. http://sprinj.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jul 28
1
long waiting time for first page due to session[:user]
hi everyone i am developing http://sprinj.com it uses a login system, quite simple, really, similar to loginEngine the problem is that takes way too much time to access the first page. when i desactive the login system, there is very noticeable difference (about 2 to 3 seconds), and people who visited the website complained about this. is there something i can do to speed the sessions checkups ?
2011 Apr 07
0
Hypercluster Finder Function in R
...upervised Discretization on a set of continuous attributes to determine cut off values on each attribute which would allow best explanation of a binary outcome variable. I understand that there is an algorithm for doing this (The HyperCluster Finder Algorithm from the paper -Muhlenbach F., & Rakotomalala R. (2002). Multivariate Supervised Discretization, a Neighborhood Graph Approach. Proceedings of the 1st IEEE International Conference on Data Mining (ICDM-2002), 314-321.) I donot know if this implementation is available in R already Does someone know if there is any package that exists for run...
2006 Aug 05
5
Searching a database
If I have a list of items, how can I search some item in the list, by some criteria or something else? -- Posted via http://www.ruby-forum.com/.
2006 Aug 04
4
Tabs
I''m new to Ruby/Rails I want to create Tabs similar to these... http://demo.raibledesigns.com/struts-menu/tabbedMenu.jsp;jsessionid=aM2yeUTgLeTbY7WLAZ;jsessionid=aBFrrGHWQim4pwSPAZ?People Can someone outline the best method? Specifically, Is creating a tabs.html in \..apps\views\layouts and using class PhotoController < ApplicationController layout "tabs" ....in my
2006 Aug 15
66
What are the cons of using rails?
Performace hits? Integration with existing applications? Security? Bugs? Memory use? -Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2006 May 15
0
error HasManyThroughSourceAssociationNotFoundError
hi there, i have a problem with my code. it might be trivial but couldn t solve it or find it on google: class Job < ActiveRecord::Base has_many :jobs_locations has_many :locations, :through => :jobs_locations has_many :jobs_skills has_many :skills, :through => :jobs_skills end class Skill < ActiveRecord::Base has_many :jobs_skills, has_many :jobs, :through => :jobs_skills