[Rails] Re: bundle install question

2011-09-18 Thread gezope
;bundle install". Then all project memeber can follow this idea and all local environments gonna be the same. HTH, let me know if you've further questions. ps. You can use SVN but Git is highly recommended. >>>>>>>>>>>>> Zoltán Gerő GTalk, Skype, Twitt

[Rails] Re: problem using mysql 5.1 with RoR 3.1

2011-09-18 Thread gezope
Hi, if you're new to Rails on Ubuntu DO NOT follow that blog post, it's simply bad. Use RVM instead: http://gezope.github.com/rvm_install_script/ First I highly recommend to start with all default settings. If anything works properly and then you change DB for example and an error occurs - you can

[Rails] Re: How much ruby should one know before learning Rails?

2011-09-06 Thread gezope
Hi, I had the same question a while ago:) The first and most important question is: what is your exact goal? What to learn is depend on what you'd like to achieve. You'd like to become a high-skilled, passionate webdeveloper? I suppose. First write your goals down, it helps you see clear your way.

[Rails] Re: How much ruby should one know before learning Rails?

2011-09-06 Thread gezope
Hi, had the same question a while ago:) The first and most important thing: find your goal. I would reply with a quest On Sep 4, 7:07 am, Naveen Kumar wrote: > *This is where i stand :* > >    - I learnt programming on my own by learning Python ( intermediate ). >    - I have no programming expe

[Rails] Re: Error installing rails "activemodel requires activesupport"?

2011-08-21 Thread gezope
Please follow this Github repo for exact steps to prevent errors in future: https://github.com/gezope/InstallingRailsOnUbuntu "One click" shell script for Git+RVM+Ruby+Rails with all packages required is in progress: https://github.com/davidpgero/rvm_install_script If you've furt

[Rails] Re: rake aborted!

2011-07-19 Thread gezope
settings or MySQL username/pw has problems. If not then then other (probably gem if you haven't modified much yet). Colin's also right, please check your spelling one more time and copy/ paste here. If you have struggles with starting contact me in private, good luck, Gezope On Jul 17,

[Rails] Re: spork error: Gem::LoadError

2011-07-19 Thread gezope
s. Also it might be useful to export your Gemset. It's a really good practise for all your projects in future. Ask me in private if you have further problems, good luck: gezope On Jul 18, 8:27 am, 7stud -- wrote: > Conrad Taylor wrote in post #1011293: > > > On Sat, Jul 16, 2011 at

[Rails] Re: Rails JS best practices? (jQuery + Prototype / MooTools

2011-07-19 Thread gezope
CoffeScript is standard from Rails 3.1 so it will be the best practice for sure. http://jashkenas.github.com/coffee-script/ Give it a try, bests: gezope On Jul 18, 12:59 am, Alexey Petrushin wrote: > So, does anyone use PrototypeJS with jQuery? > > -- > Posted viahttp://www.ru

[Rails] Re: spork error: Gem::LoadError

2011-07-17 Thread gezope
In your Gemfile you can specify: gem 'spork', :version => 0.8.4 Also you might wanna delete newer spork: gem uninstall sport -v=0.9.0 It's more important: you will have the same problem if you do no use Gemsets with RVM. After every update your gems will be confused. I hope you used RVM for Ruby

[Rails] Re: rails installation problem

2011-07-11 Thread gezope
Hi, follow the steps from my Github repo https://github.com/gezope/InstallingRailsOnUbuntu and get me back if you still have problems. Important: if you're usig RVM (you definitely should) then don't use 'sudo' for install. First I think just use SQLite3. http://gro

[Rails] Re: How to Install ruby 1.9.2/1.9.1 and Rails 3.x on Ubuntu

2011-07-11 Thread gezope
Hi, check Github repo https://github.com/gezope/InstallingRailsOnUbuntu about installing RVM with Ruby1.9 and Rails3. Follow the step and write me if you have any problem. Bests, Zoli On Jul 11, 7:32 am, Emeka wrote: > Hello All, > > I have   Ubuntu 11-04, I would want to install r

[Rails] Re: Best way for social networking in rails

2011-07-10 Thread gezope
Hello Hassan, good question. I found 4 ways when I tried: 1. EngineY - Seems exactly for this goal but I dunno much. 2. LovdByLess - it's fancy but not upgraded yet. You might wanna upgrade it yourself )I tried, writing a new one is easier for sure). 3. Insoshi https://github.com/gezope/inso

[Rails] Re: Suggestions for RoR Web hosting service

2011-06-19 Thread gezope
://www.hostingrails.org/ and it's free for a year, enough time to get involved. good luck gezope On Jun 18, 8:10 pm, Ralph Shnelvar wrote: > Is there a website and/or individual suggestions for a good RoR web hosting > service. > > Ralph -- You received this message because y

[Rails] Re: Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server

2011-06-19 Thread gezope
Hi, I can see on your error list: "/mysql2/ruby/1.8/gems/ activesupport-3.0.3/lib/active_support/ dependencies.rb:239:in " means you try to use Rails3 with old Ruby version 1.8 probably. Do you use RVM? You might want to see outputs of these: $ ruby -v $ gem -v $ gem list Running Ruby 1.9 with R

[Rails] Re: rake probleme

2011-06-19 Thread gezope
Hi, I had the same problem and just wanted to tell you: if you uninstalled later it will come back so you'll have the same problem probably. 4 solutions: 1. Removing later rake with gem uninstall rake -v=0.9.0 then make sure you change your Gemfile: gem rake, '0.8.7' (use gem list to see if you h

[Rails] Re: Error after installing Ruby on Rails: Application error Application failed to start properly

2011-06-19 Thread gezope
Under log/ folder you can find your log files. Take a look at them because your error msg isn't really helpful. Also have you asked your hosting provider if it's possible to run Ruby apps on your host? Make sure you're using RVM and Rails3, not older version, and check the same about your hosting.

[Rails] Re: Spork + Autotest Failure

2011-06-11 Thread gezope
Hi, same problem here: autotest doesn't work with or without spork at all. May I ask what was your solution please? Thanks, Zoli On May 9, 12:21 am, ylluminate wrote: > Hi folks, I'm going through railstutorial.org and so I apologize if > I'm hitting the wrong group here and would appreciate any

[Rails] Re: autotest error

2011-06-11 Thread gezope
elped. Any idea would be highly appriciated. Many thanks, Zoli On Jun 8, 11:20 pm, gezope wrote: > Hello, > > I can't make autotest running on Ubuntu, please help. > > Error message: > /.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.3.0/lib/test/unit/ui/ > console/te

[Rails] autotest error

2011-06-08 Thread gezope
Hello, I can't make autotest running on Ubuntu, please help. Error message: /.rvm/gems/ruby-1.9.2-p180/gems/test-unit-2.3.0/lib/test/unit/ui/ console/testrunner.rb:336:in `': uninitialized constant Test::Unit::UI::Console::Diff (NameError) Copied .autotest file from here: http://automate-everyth

[Rails] Re: Rails server not works - yesterday worked fine

2011-03-15 Thread gezope
Hey, restart or use the line which others alreay gave you: "rails server -p 3001" because it 'll start your server on another port which is not in use yet. If you're beginner try these sources: http://guides.rubyonrails.org/ http://ruby.railstutorial.org/ruby-on-rails-tutorial-book You can brows

[Rails] Re: haml to erb - does it work with new html5 tags?

2011-03-03 Thread gezope
Hey, I made a little test for you: Modified .html.haml : %td#whatif.itworks.fine hm? Gives this (Right click / Viev source ;P) hm? But it's a good question, I'll check HAML soon too ;) On Mar 2, 7:20 pm, Manoj Sachwani wrote: > Thanks Philip! > > Yea, I meant to ask that specifically, s

[Rails] Re: elationship between ruby on rails and html/css?

2011-03-03 Thread gezope
e then you restart studying a little bit of Ruby and then continue with Rails. www.railstutoial.org This guy explains everything what's better to know before starting, the first part will be very helpful for you. Best wishes and hope you'll find your way! gezope On Mar 2, 5:27 pm, Walter Le

[Rails] Re: Do you agree that as some point, every (big enough) Rails app sould not rely only on ActiveRecord?

2011-03-03 Thread gezope
Hello, I highly reccomend you DataMapper http://datamapper.org because its code is beautiful, have a helpful community http://groups.google.com/group/datamapper you can immediately change Rails' ORM with this adapter https://github.com/datamapper/dm-rails Also you may give a try for NoSQL: MongoD

[Rails] Re: Installing ROR on ubuntu 10.04

2011-02-27 Thread gezope
stalling gem, so only use "gem install rails"! Always check which versions are you using and if it's fit for other versions. good luck, gezope On Feb 27, 7:23 am, Jazmin wrote: > Yes, > > If you work on multiple projects you might need to use different versions of > ruby

[Rails] Re: Devise or Authlogic?

2011-02-27 Thread gezope
an also roll your > >>> own. > >>> Ryan Bates has a good screencast for it at Railscasts.com: > >>>http://railscasts.com/episodes/250-authentication-from-scratch > > >>> On 21-2-2011 13:38, Gerő Zoltán wrote: > > >>>> Hello all, &g

[Rails] Re: Problem with sqlite3 installation

2011-02-20 Thread gezope
Nice. Also you may need RVM and also 2 packages if you are on Ubuntu: libsql3-devel and build-essentials. Sometimes zlib causes problems too. If you used RVM do not write sudo befro gem install commands, it's important. bests, gezope On Feb 19, 6:01 am, "Suganthi T." wrote: >

[Rails] Re: Hide/Show Div and link_to_remote

2011-02-18 Thread gezope
AJAX. Use Firebug to try out every CSS modification first without changing the code, and see if any JS bug occurs, any you can use selenium too. good luck gezope On Feb 17, 9:28 am, Julien wrote: > Maybe you can see to it by simply changing the style of your edit div > from "displ

[Rails] Re: Path and Url

2011-02-16 Thread gezope
nd you will see easily the diff. good luck, gezope On febr. 15, 22:05, Rodrigo Alves Vieira wrote: > Hello everyone, what's the real difference between root_url and root_path in > Rails, for example. Apparently both lead to the same route in the > application. > > Thanks! -- Yo

[Rails] Re: Begining with RoR, litle questions

2011-02-16 Thread gezope
s it's better with PHP frameworks. Check ActiveRecord and if you want better solution I think DataMapper will amaze you: http://datamapper.org/ +1. Rails is fun. Have fun ;) gezope On febr. 14, 17:28, Copitux wrote: > Hello, > > First, sorry about my english. > > I come from la

[Rails] Re: Things that framework other than RoR Cannot do?

2011-02-16 Thread gezope
I'm not an expert, and Rails mailing lists is one of the most helpful I must say. I use WordPress and Drupal too. Wanted to change because Rails has the only unpainful way for Test Driven Development. I could not find any other framework which has such a nice way to do that (except Java with JUnit

[Rails] Re: Ruby on Rails - Tutorials

2011-02-13 Thread gezope
Mrakus is right, is's simply old. These are highly recommended: http://guides.rubyonrails.org/ http://railstutorial.org/ bests On febr. 12, 10:19, bourne wrote: > > To know Ruby on Rails right from the start you can visit > > >http://www.univtutorials.com/ruby-on-rails/index.htm > > This page s

[Rails] Re: Project Management Tool with Git integration

2011-01-25 Thread gezope
Thanks, all your answer were very helpful, highly appriciated! On jan. 24, 19:12, Tim Wattenberg wrote: > Do you want to run this tool on your own server? > > A hosted service I used several times is Assembla (http://assembla.com). > > Tim > > Am 24.01.11 11:09, schrieb Gerő Zoltán: > > > > > > >

[Rails] Re: which rails hosting?

2011-01-18 Thread gezope
Hello Bigos and all! First of all I don't recommend the last hosting for nothing at all. Others are also not real Rails hosting. I suggest you read through this article it helped me a lot: http://www.railshosting.org/#10_things_to_look_for If you can use Git then try out Heroku. If you can't fin

[Rails] Re: Download Instructions Unnecessarily Complicated, Probably Wrong for Ruby 1.9+

2011-01-18 Thread gezope
Hi, what about asking or suggesting it in Rails Core mailing list? I'm sure they have official answer or they can change the note there. Anyway with Ruby1.9 you got Gems installed, but not in earlier versions, this is why the note is still there. Best Regards, gezope On jan. 18, 04:52,

[Rails] Re: Learning Rails wth tutorial - can't push to Heroku

2011-01-16 Thread gezope
Oh yes, he's right, forgot to ask: do you have Sqlite3 gem itself? The way is: 1. Right version of Ruby, Gem, Rails installed - hopefully with Ruby Version Manager http://rvm.beginrescueend.com/ . You can try these from terminal: "ruby -v" "rails-v" "gem -v" (If you have further problems please w

[Rails] Re: Learning Rails wth tutorial - can't pust to Heroku

2011-01-15 Thread gezope
ed it without reinstalling. If it has any problem with installing it locally you can find solutions here: http://stackoverflow.com/search?q=sqlite3+gem good luck, gezope On jan. 15, 06:36, Mike Glozman wrote: > Trying to learn ROR with the railstutorial.org, and i'm trying to push > t

[Rails] Re: Rspec autotest error

2011-01-15 Thread gezope
for auto test? > > On Jan 14, 11:29 am, gezope wrote: > > > > > > > > > Hi all, > > > I tried testing with Rspec for first time, following a tutorial. > > > "rspec spec/" works fine but when I try 'autotest' it gi

[Rails] Re: ruby installed from rvm doesn't work

2011-01-14 Thread gezope
Yes, it's impossible to see the picture. Please use Github's Gist function to share code or error messagges. I'm almost sure here you will find your answer http://stackoverflow.com/search?q=rvm+ubuntu or also other's replies are useful. Good luck, gezope On jan. 13, 19

[Rails] Rspec autotest error

2011-01-13 Thread gezope
;m using Ubuntu10, Rails3, Ruby 1.9 and RVM. Any help is appriciated, thanks in advance, gezope -- Error message: :29:in `require': no such file to load -- test/unit/ui/console/testrunner (LoadError) from :29:in `require' from /home/vadkant/.rvm/gems/ruby-1.9.2-p0/gems/r

[Rails] Re: Looking for Examples

2011-01-09 Thread gezope
You can find on Github, and on RubyForum.org. I suggest you to install some software like in Ubuntu you can use Ruby Browser. A pro developer suggested me to read the codes of these projects because it's so pure: rack-cache http://rtomayko.github.com/rack-cache/ Bacon test framework (also on Guth

[Rails] Re: Looking for Examples

2011-01-09 Thread gezope
Spam, don't pay for it. On jan. 6, 13:33, Rajarshi wrote: > if send me some money i will give you some best book of ruby but u have to > pay 100$ for it > > > > > > > > On Thu, Jan 6, 2011 at 5:23 PM, Colin Law wrote: > > On 6 January 2011 10:18, Thuy Nhien wrote: > > > Where can I find example

[Rails] Re: Ruby on Rails for Healthcare systems

2011-01-09 Thread gezope
Hello, I like your question, because we was working on several tutorials and books. I can accept this advice about automating something. But it has nothing about study path, adn the question was about study path, isn't it? I think Rails is for web applications. First of all you have to decide if

[Rails] Re: ajax not working in rails 3

2011-01-02 Thread gezope
One more thing: check your versions, the tutorial has to be the same like your local Ruby and Rails versions. bests On jan. 2, 02:33, Mike C wrote: > I followed tutorials and changed my Rails app to use jQuery. All the > needed files are in place, but ajax isn't working. I have the > format.js in

[Rails] Re: ajax not working in rails 3

2011-01-02 Thread gezope
Hi, try out FireBug http://getfirebug.com/ for FireFox or FireBub Lite http://getfirebug.com/firebuglite for Chrome. You can see if you made any JavaScript syntax mistake. Also give a try for Selenium http://seleniumhq.org/projects/ide/ After "rails server" when you check the workflow on your Rai

[Rails] Re: Extremely slow start up with ruby 1.9.1 vs 1.8.7

2011-01-01 Thread gezope
Hi Colin and all, I had exactly the same here: 1GB RAM, Ubuntu, RVM with Ruby1.9 and Rails - and it's terribly slow comparing with the elder Ruby and Rails combo. Did you figured out anything? Also how did you speed up your server running? I already use Thin locally, and found it"s faster then We

[Rails] Re: sqlite3 Failed to build gem native extension

2010-12-29 Thread gezope
Hi all, solution always depends on your OS and on versions. The best is RVM http://rvm.beginrescueend.com/ allows you prevent problems. It has also great packages which helps you with other problems, and future upgrades will be easier. On Win I think there isn't RVM but pik is available, never t

[Rails] Re: RVM Issue

2010-12-28 Thread gezope
Hi, I don't know what Mahmoud talking about, but others were right. What OS do you use? In MacOS it can be a little bit different, but try to follow this: http://rvm.beginrescueend.com/rvm/install/ (try last step before NOTE) Good luck, gezope On dec. 27, 12:57, Mahmoud Said wrote: > hav

[Rails] Re: can't install rails - gem is asking for a zlib

2010-12-28 Thread gezope
tall Process > Package zlib-1.2.3-23.fc12.i686 already installed and latest version > Package zlib-devel-1.2.3-23.fc12.i686 already installed and latest > version > Nothing to do > > Zoltan Gero wrote in post #937552: > > > ! Excellent :) If you have any further question, just

[Rails] Re: Sqlite gem not found with rails3

2010-12-27 Thread gezope
Hello, try these ways: 1. reinstall your Runygem; waht is your version now for "gem -v"? If you have Ruby 1.9 ("ruby -v"), you should have 1.3.7, with Ruby 1.8 Gem1.3.5. I suggest use the updated versions. 2. Do you used your "gem 'sqlite3-ruby'" in your Gemfile, and then run bundle install? 3.

[Rails] Re: installed rails 2.3.9 but keep getting rails 2.3.2

2010-12-25 Thread gezope
using RVM always pay attention not to use 'sudo' before commands, so the gems will be Ruby version dependent. So not "sudo gem install rails" instead only "gem install rails" after installing RVM and setting default Ruby. Good luck, gezope On Dec 25, 11:03 am, Gordon Y

[Rails] Re: installing rvm and using it

2010-12-25 Thread gezope
Vista or 7) I can still help you out: https://help.ubuntu.com/community/Installation and you can use this web app in future: http://www.google.com (it works quite fast, it must riding on Rails ;)) cheers, gezope On Dec 25, 6:40 am, venkata reddy wrote: > see, i can go for google, but u already

[Rails] Re: Please help with installing mysql gem to linux machine w/ xampp

2010-12-23 Thread gezope
Hello, check RVM because later you can have more problems http://rvm.beginrescueend.com/gemsets/basics/ I had the same problem, and met with this many times in mailing list. Better to avoid in early stage. Cheers, gezope On dec. 22, 21:44, "Dan W." wrote: > Solved! via:http://www.

[Rails] Re: Connection to database

2010-12-23 Thread gezope
ems (see in gem list), then you can edit your Gemfile, then run bundle install, then edit .yaml. I think just give a try, you cannot loose much in early stage. Good luck, gezope n dec. 22, 08:29, Anandh Kumar wrote: > Hi everyone, > > Can someone suggest me is there any way in RoR to

[Rails] Re: rvm, rails and sqlite

2010-12-23 Thread gezope
Hello Rail! I would use this method: - check RVM, set all thing you need, see also this part http://rvm.beginrescueend.com/gemsets/basics/ - is sqlite installed? is it running? - check if needed Ruby version installed and if you can switch, - gem version you need, - particular gem you need - this

[Rails] Re: Trainee in ruby on rails need some help

2010-12-22 Thread gezope
I agree, Agile Web Development with Rails is a very good source. I'm not sure if the current version with Rails 3 and Ruby 1.9 is released or not yet. It's important, start to study these and not old versions! Head First series also good for beginners. And I like this also http://railstutorial.or

[Rails] Re: looking for best rails hosting

2010-12-20 Thread gezope
don't need any expensive or cloud. good luck, gezope On dec. 17, 12:42, nicolas wrote: > hi developers > i need a clarification about rails hosting. > Someone preferred to get rails hosting at justhost.com.is there anyone > got account with justhost.com please let me know the

[Rails] Re: looking for best rails hosting

2010-12-18 Thread gezope
Hi Nicolas, we are using JustHost. It is good, their support is friendly and helpful - in hosting questions. They are definitely NOT for Rails hosting - for example they didn't wanted to upgrade Rails 3, so they only have Rails 2.3.8 (don't know exactly, we use it only for PHP, but it was possible

[Rails] Re: flash[;notice] not display after redirection

2010-12-18 Thread gezope
Hi, I'm not an expert, I read through twice, and it's seems okay for me, mostly if it works from console. It might be a bug. Report it I think, or write to Rails Core Google Group. On dec. 17, 22:19, Erwin wrote: > I read all previous posts about the same subject in Devise group but > couldn't fi

[Rails] Re: Can't install Rails 3.0

2010-12-10 Thread gezope
Hello, Ruby Version Manager might be your solution http://rvm.beginrescueend.com/ with this you can use different versions on the same system, every gem path can be set for its Ruby version. The easiest solution is just uninstall and reinstall your Gems, and then reinstall Rails. Others posts on

[Rails] Re: How to add facebook javascript sdk to rails app

2010-12-06 Thread gezope
Hello Mark, I think Facebooker is your choice: Find it here: https://github.com/mmangino/facebooker The API documentation: http://facebooker.rubyforge.org/ Some tutorials on it: https://github.com/digidigo/facebooker-tutorial Check this: http://apps.facebook.com/facebooker_tutorial/ (for me cur

[Rails] Re: Where is my db file?

2010-12-04 Thread gezope
Hello, as I know this is true about DBs. And one more thing about it: if you keep your migrating files, then you can easily migrate on your server later, and it will create all the databases for you, so it won't be problem if you have another type of DB in production then development. Try this: g

[Rails] Re: rvm and gem confusion

2010-11-30 Thread gezope
Hello, I'm not sure if I got it well, but I'll try my best. So have you installed RVM already? It's wise to install Ruby 1.9, then set it as default, then install the gem - but not as super user! So without sudo! This way it won't be in your system files, it will be "Ruby- vesrion-specific". Also

[Rails] Re: Dependency Problem

2010-11-30 Thread gezope
Hello, first try RVM, it can solve this kind of problems easily. Plase write here your ruby, gem, rails -v versions, and output of gem list command. What OS you use? You can check simply 'gem' command gives you how you can use this command, and also 'gem -h' or 'gem --help' If you have multiple v

[Rails] Re: Installing a gem in an application

2010-11-30 Thread gezope
Hello, you can do these kind of things from console. Do you have SSH access for your hosting? What kind of hosting is it? First install the Haml gam: gem install haml Second write it to your Gemfile in your app's root folder: gem 'haml' Then try 'bundle install' in terminal. If you have an err

[Rails] Re: Help needed!!!

2010-11-30 Thread gezope
I think don't be afraid, just try it out! On your cpanel you can delete anything if you find it unuseful. You can also make a server on your machine, you will reach it as localhost. Also you can ask your hosting's support. After you tried to make it work, and something has error message - it's mu

[Rails] Re: Adding date into entries when I do scaffolding [beginner question]

2010-11-28 Thread gezope
Hello, time:date or time:datetime, depends on which type of data do you want to hold in your database. Check also how to create a migration whihc change your model and database structure: http://guides.rubyonrails.org/migrations.html Preferabyl go through a tutorial, you wwill know the differenc

[Rails] Re: editors available for designing for ror..

2010-11-28 Thread gezope
Hello, if I understood well your question was not about Rails editor, it was about a good "static page creator" or generator? Try Haml with Sass! Or try out Sinatra if you need small page, and also check the long list about good generators, both are amazing!! https://github.com/sinatra/sinatra

[Rails] Re: Can't get past rake db:create, guidance appreciated

2010-11-28 Thread gezope
Hello, Check all versions, I assume everything is updated, Ruby1.9 Rails 3+ Gem 1.3.7 This error can mean: 1. your Ruby and Gem version isn't fit, update; 2. Your Gemfile contains the line gem 'sqlite3' ... but your gem list does not - check it from command line 'gem list'. If you want to use sql

[Rails] Re: I have a NoMethodError, please help!

2010-11-28 Thread gezope
Hello, I read the whole mailing, and not sure if I agree. So first this problem means you don't have the method in the Controller. I agree, controllers have naming conventions, check those. Also routes.rb has conventions, depends on version - which do you use? If you've written your route to the

[Rails] Re: rails server command

2010-11-28 Thread gezope
Hello, your first problem occurs when your not in your app's folder, or if your ruby or rails version isn't well. The second one is different: it's about sqlite3. Please write in cmd: 'ruby -v' should be 1.9 'rails -v' should be 3.+ 'gem -v' should be 1.3.7 'gem list' - here you should see sqlite

[Rails] Re: HAML including CSS and JavaScript

2010-11-28 Thread gezope
Oh yes, your solution is better, thanks Marnen! On nov. 28, 02:13, Marnen Laibow-Koser wrote: > Zoltan Gero wrote in post #964407: > > > Hello, > > > how to include CSS file with Haml? > > Use Rails' stylesheet_link_tag helper. > > > Every way I tried puts the href=... > > infos > > after the tag

[Rails] Re: Want to learn Ruby as web programming language

2010-11-27 Thread gezope
Hello Peter, First this: http://www.ruby-lang.org/en/documentation/quickstart/ and also check the Try it out link. I suggest these books: http://www.pragprog.com/titles/ruby/programming-ruby http://www.pragprog.com/titles/fr_ltp/learn-to-program the second is about the basics, the first is about

[Rails] Re: Technologies need to know before starting ror development?

2010-11-27 Thread gezope
Hello, I'm not an expert, don't believe me ;) But I agree with others: W3 basics are useful, because you won't understand the picture in Rails. So first HTML+CSS+JavaScript, hopefully from The Source: http://www.w3schools.com/ Here you found the standards. I think it's a good way to check how thi

[Rails] Re: Types of db for environments - same or different?

2010-11-27 Thread gezope
Hi, I think you can use different databases without any problem, just set it in the database.yaml file. I think this is the only settings you need, but it's wise to check the application.rb file, if any other smart settings are available. For hardcoding SQL use this tutorial: http://guides.rubyonr

[Rails] Re: any gems to process PowerPoint files?

2010-11-26 Thread gezope
Hi, I highly reccomend you Prezi http://prezi.com/ and not any MS product, since they are not free, and not open-source, so if any company makes anything which can use it - it still mean that you or some will pay for it in the end. And mostly PowerPoint is really out of date. cheers Zoltán On nov

[Rails] Re: Should be obvious, but how do I even know what versions of ruby are available for rvm to use with rvm install?

2010-11-22 Thread gezope
Yes, definitely! Using RVM also prevent many problems in the future when you will update. Answer for the main question: "How in the world do I found out the name of it?" Check it on Github, releases are tagged. You made a very good decision with RVM, good luck, Zoltán On nov. 22, 08:28, Colin La

[Rails] Re: database & rubygems

2010-11-22 Thread gezope
Hey Aicha, don't worry, your English understandable, and everyone was beginner once ;) just keep trying and not to give up! I think it would be a good idea to install ruby1.9. A good way for it is using RVM http://rvm.beginrescueend.com/ I see, your databases are on place. If you have ruby1.8 the

[Rails] Re: Override Rails headers

2010-11-22 Thread gezope
Hello, why it doesn't work for you? I think the most important is to really pay attention to params hash can have a hash in it, so harder to find if we make mistake. http://guides.rubyonrails.org/action_controller_overview.html Here the second part is your answer, and I think the examples are go

[Rails] Re: local installation of ruby and of rails?

2010-11-22 Thread gezope
Hello, On your local try out RVM: http://rvm.beginrescueend.com/ These kind of changes are wise to do in test environment. So you won't have the risk. (I also suggest some test framework and test-driven development - just try it out, you will feel more comfortable.) But I'm afraid different vers

[Rails] Re: Access denied for user 'root'@'localhost' (using password: NO)

2010-11-22 Thread gezope
Hello Renato, Find the file yourapp/config/database.yaml, open it, and set it well. You have to know your database username+password, if any. Any also the database have to installed, and the database's gem also. Check it with 'mysql -v' and 'gem list m' or 'sqlite3 -v' and 'gem list sq', you will

[Rails] Re: How to get rspec running?

2010-11-21 Thread gezope
Hello, I'm absolutely not sure about it yet, but I'll try to help you work it out. So please write me whichoperating system is Windows right? Which one (I really suggest to change to Unix based)? Ruby1.91+Gem1.7+Rails3.0.1? Do you use RVM? Doesn't seem, I think it will make your problem easier.

[Rails] Re: database & rubygems

2010-11-21 Thread gezope
Hello Aicha! Zero: check if your system have these DBs itelf, like sqlite3 and mysql, update them, and all other components which will be used. First you have to install the gem itself to your system (I think other reply also asked about it, so it's not the Gemfile, it's in your system): (sudo) g

[Rails] Re: needs RUBY-XML tutorial..please help me

2010-11-21 Thread gezope
Hello Irfan, what about Nokogiri http://www.hostingrails.com/Installing-nokogiri-gem ? In Rails Guides this chapter http://guides.rubyonrails.org/layouts_and_rendering.html writes about using to_xml and RSS feeds. Best wishes, Zoltán On nov. 21, 06:15, Narendra sisodiya wrote: > Hey Irfan, > >

[Rails] Re: Gem environment has wrong ruby version

2010-11-21 Thread gezope
Hello, I read it, aslo it worked. But still think using RVM is much better solution, later you won't have headache, and you can use more then 1 Ruby+Rails+Gem versions on same system. http://rvm.beginrescueend.com/ Good luck Zoltán On nov. 21, 09:28, Colin Law wrote: > On 20 November 2010 22:3

[Rails] Re: Could not find RubyGem sqlite3-ruby (>= 0)

2010-11-21 Thread gezope
Hello, I had the same problem for a long time, and every forumtopic was quite old, only solved for Ruby1.8+Rails2.3.X. Finally I solved this way: installed RVM, with that I upgraded to Rails 3, set Ruby1.9 as default, then: gem install sqlite3, and in the Rails app I created, in the Gemfile: gem

[Rails] Re: modeling questions

2010-11-19 Thread gezope
stand well your first question, can you write it more clearly please? good luck, gezope On nov. 19, 05:50, Me wrote: > Howdy,  I have a couple questions on the best way to model things in > rails. > > 1.  How to model a table so an admin person can selectively turn on/ > off hard

[Rails] Re: button_to confirm not working

2010-11-18 Thread gezope
Hello, Is any method associated with it i your controller? like: def destroy @user.destroy redirect_to end For first shot for me it seems to be the problem, not JavaScript. Anyway I suggest Firebug to see if any JavaScript bug. Let me know if further problem with it, good luck gezope On

[Rails] Re: Could not find 'sqlite3-ruby' error in Ubuntu

2010-10-23 Thread gezope
.3.1/ext/ sqlite3/gem_make.out So I'm afraid the same. Why does it still looking for my gems under 1.8 if I have 1.9? How to use this mkmf file? Thanks a lot, gezope On okt. 23, 03:43, Luciano Sousa wrote: > Try running `bundle install` > > or > > $ gem install sqlite3-rub

[Rails] Re: Guide: how to install Ruby, Rails and Postgresql adapter on Ubuntu 10.10

2010-10-13 Thread gezope
ThAnKs a LoT! On Oct 10, 11:10 am, "M.Dones" wrote: > Tutorial updated:   > http://cicolin.blogspot.com/2010/10/how-to-install-ruby-rails-and.html > > On 9 Ott, 11:58, "M.Dones" wrote: > > > Better > > link:http://cicolin.blogspot.com/2010/10/how-to-install-ruby-rails-and.html > > > On 9 Ott, 0

[Rails] Re: Newbie! How to return to the command prompt after launching rails server

2010-10-08 Thread gezope
Then just run "ruby script/server -thin" (if I remember well). Good idea, to run the server in a console, and work in another one, it's just a trick, not essential. good luck, gezope On okt. 7, 22:22, Murph2m wrote: > Hi > > I am following the Ruby on Rails Tutorial:

[Rails] Re: ActionController::RoutingError (No route matches "")

2010-10-07 Thread gezope
ot sure about Rails3 in this, haven't checked yet) Feel free to write me on private if you have further problems with it! good luck gezope ure on why routing to my view isn't working. controller appears to be > functioning, however the view isn't work, when I attempt to go to

[Rails] Re: I need help with a design

2010-10-07 Thread gezope
d, if you would like to, and in these days I will try to help. good luck gezope On okt. 7, 03:53, radhames brito wrote: > please help!!   T_T On okt. 7, 18:01, radhames brito wrote: > > Remember a controller does not need to map to a model. > >   Yes i know, thanks. > > >

[Rails] Re: (JOB) Ruby on Rails Programmer

2010-09-10 Thread gezope
re one for affordable price! Good luck, gezope On szept. 9, 22:07, rick <328jetdri...@sbcglobal.net> wrote: > I am looking for someone to work on a project I have that was > developed in Ruby On Rails. Can you give me some guidance on hiring > some one I would like for them to be

[Rails] Re: Newbie Rails Issue

2010-09-02 Thread gezope
ng in a month, about Rails3). Or this is free: http://guides.rubyonrails.org/ and also very good! And do not be afraid from another database servers than mysql, default settings are the best for first ridings! :) good luck, gezope On szept. 1, 19:03, Samuel Jackson wrote: > Hi People, > &

[Rails] Re: rails 3 and mysql problems

2010-09-02 Thread gezope
Oh, yeah, I just checked your error msg, it is a mysql:error, not Rails problem. You must check mysql itself first, than the connection, .yaml. good luck, gezope On szept. 1, 00:10, Oleg Bovykin wrote: > Hello, > I trying to ride rails 3. I've installed ruby 1.9.2 and rails 3.0.0 &g

[Rails] Re: rails 3 and mysql problems

2010-09-02 Thread gezope
g works fine, then you have problem with mysql or its connection, not with Rails, so you will know where to find the solution. good luck, gezope On szept. 1, 00:10, Oleg Bovykin wrote: > Hello, > I trying to ride rails 3. I've installed ruby 1.9.2 and rails 3.0.0 > without any pro

[Rails] Re: Ruby on Rails hosting

2010-09-01 Thread gezope
://www.hostingrails.com/ it has many additional feature, whole you do not have to pay attention to sysadmin stuff, only developing itself. And easy tutorials how to deploy. Let me know if you have further question, Good luck, gezope On szept. 1, 06:28, Christian Fazzini wrote: > Hello all, > > I

[Rails] Re: Ruby on Rails IDE

2010-08-24 Thread gezope
e Eclipse easily and add more plugins easily - you can find it in sourceforgenet. If you prefer to choose from a list, than Netbeans can be your choice. good luck, gezope On aug. 24, 03:25, ZRiddick wrote: > Really strange that I cannot find a lot of discussion on a good RoR > IDE. Mos

[Rails] Re: can not connect to the mysql database

2010-08-23 Thread gezope
hem! :) Just don't give up! I know how hard is it, mostly if u r new to Rails, and u stopped immediately because of database. Just keep going, it will worth, u will see! ;) good luck, for further help, feel free to write me in private! gezope On aug. 22, 15:00, Irfan Ahmed wrote: > Hi,

[Rails] Re: "Getting Started with Rails", Postgres, db:create

2010-08-21 Thread gezope
ll, but I found a very useful staff from Pragprog: http://www.pragprog.com/titles/rails4/agile-web-development-with-rails good luck, gezope On aug. 19, 17:16, "Ivan K." wrote: > Hello; > > I have begun the "Getting Started with Rails" guide > athttp://guides.

  1   2   >