> Well there are something that holding me from using RoR to deliver all
> my jobs,
> 1. ruby on rails in malaysia is very limited
why do you consider it limited?
> 2. stumbled upon a weird code like, name =- params[:name] ... what
> is =- ..just an example
Now thats strange!
> 3. how do I var_dump($var) in RoR ?
you can use "debug" in views. Though I'd recommend learning debugger.
> 4. YAML error ruin everything....when doing heaby i18n.t 'hello world'
>
> I do some system admin stuff to, but in very basic BASH script, maybe
> I'll use ruby
>
> What I likes about RoR
> + database migration ( only symfony framework have this mechanism in
> PHP worl )
> + active record ( much cleaner and easier than in cakephp )
> + cleaner code , duh
> + the automatic document generator in ror 2.x ( rake docs or
> something )
> + mongrel
You should try deploying with Phusion Passenger http://www.modrails.com/
Would love to hear more from your experience.
regards,
Aizat