Projekat

Općenito

Profil

Akcije

Podrška #19623

Zatvoren

u susret rails 3.0

Dodano od Ernad Husremović prije više od 16 godina. Izmjenjeno prije oko 16 godina.

Status:
Zatvoreno
Prioritet:
Normalan
Odgovorna osoba:
-
Početak:
08.02.2010
Završetak:
% završeno:

0%

Procjena vremena:

Akcije #1

Izmjenjeno od Ernad Husremović prije više od 16 godina

http://railsnotes.com/rails-3/

Last Updated: Dec 6th, 2009

Rails 3 is going to be a big release. Lots of people (including myself) will be explaining Rails 3 updates & features. This page contains a comprehensive, up-to-date list of rails tutorials, screencasts, video talks, articles & training courses relating to Rails 3.

Akcije #3

Izmjenjeno od Ernad Husremović prije više od 16 godina

bringout@desk-c2:~/devel/git/upstream/rails/3.0.0.beta1$ sudo gem install ac* rails*gem

Successfully installed i18n-0.3.3
Successfully installed tzinfo-0.3.16
Successfully installed builder-2.1.2
Successfully installed memcache-client-1.7.8
Successfully installed activesupport-3.0.0.beta1
Successfully installed activemodel-3.0.0.beta1
Successfully installed rack-1.1.0
Successfully installed rack-test-0.5.3
Successfully installed rack-mount-0.4.5
Successfully installed abstract-1.0.0
Successfully installed erubis-2.6.5
Successfully installed actionpack-3.0.0.beta1
Successfully installed mime-types-1.16
Successfully installed mail-2.1.2
Successfully installed text-hyphen-1.0.0
Successfully installed text-format-1.0.0
Successfully installed actionmailer-3.0.0.beta1
Successfully installed actionpack-3.0.0.beta1
Successfully installed activemodel-3.0.0.beta1
Successfully installed arel-0.2.1
Successfully installed activerecord-3.0.0.beta1
Successfully installed activeresource-3.0.0.beta1
Successfully installed activesupport-3.0.0.beta1
Due to a rubygems bug, you must uninstall all older versions of bundler for 0.9 to work
Successfully installed thor-0.13.0
Successfully installed railties-3.0.0.beta1
Successfully installed bundler-0.9.3
Successfully installed rails-3.0.0.beta1
27 gems installed
Installing ri documentation for i18n-0.3.3...
Installing ri documentation for tzinfo-0.3.16...
Installing ri documentation for builder-2.1.2...
ERROR:  While generating documentation for builder-2.1.2
... MESSAGE:   Unhandled special: Special: type=17, text="<!-- HI -->" 
... RDOC args: --ri --op /var/lib/gems/1.8/doc/builder-2.1.2/ri --title Builder -- Easy XML Building --main README --line-numbers --quiet lib CHANGES Rakefile README doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc doc/releases/builder-2.1.1.rdoc --title builder-2.1.2 Documentation
(continuing with the rest of the installation)
Installing ri documentation for memcache-client-1.7.8...
Installing ri documentation for activesupport-3.0.0.beta1...
Installing ri documentation for activemodel-3.0.0.beta1...
Installing ri documentation for rack-1.1.0...
Installing ri documentation for rack-test-0.5.3...
Installing ri documentation for rack-mount-0.4.5...
Installing ri documentation for abstract-1.0.0...
Installing ri documentation for erubis-2.6.5...
Installing ri documentation for actionpack-3.0.0.beta1...
Installing ri documentation for mime-types-1.16...
Installing ri documentation for mail-2.1.2...
Installing ri documentation for text-hyphen-1.0.0...
Installing ri documentation for text-format-1.0.0...
Installing ri documentation for actionmailer-3.0.0.beta1...
Installing ri documentation for actionpack-3.0.0.beta1...
Installing ri documentation for activemodel-3.0.0.beta1...
Installing ri documentation for arel-0.2.1...
Installing ri documentation for activerecord-3.0.0.beta1...
Installing ri documentation for activeresource-3.0.0.beta1...
Installing ri documentation for activesupport-3.0.0.beta1...
Installing ri documentation for thor-0.13.0...
Installing ri documentation for railties-3.0.0.beta1...
Installing ri documentation for bundler-0.9.3...
Installing ri documentation for rails-3.0.0.beta1...
Installing RDoc documentation for i18n-0.3.3...
Installing RDoc documentation for tzinfo-0.3.16...
Installing RDoc documentation for builder-2.1.2...
Installing RDoc documentation for memcache-client-1.7.8...
Installing RDoc documentation for activesupport-3.0.0.beta1...
Installing RDoc documentation for activemodel-3.0.0.beta1...
Installing RDoc documentation for rack-1.1.0...
Installing RDoc documentation for rack-test-0.5.3...
Installing RDoc documentation for rack-mount-0.4.5...
Installing RDoc documentation for abstract-1.0.0...
Installing RDoc documentation for erubis-2.6.5...
Installing RDoc documentation for actionpack-3.0.0.beta1...
Installing RDoc documentation for mime-types-1.16...
Installing RDoc documentation for mail-2.1.2...
Installing RDoc documentation for text-hyphen-1.0.0...
Installing RDoc documentation for text-format-1.0.0...
Installing RDoc documentation for actionmailer-3.0.0.beta1...
Installing RDoc documentation for actionpack-3.0.0.beta1...
Installing RDoc documentation for activemodel-3.0.0.beta1...
Installing RDoc documentation for arel-0.2.1...
Installing RDoc documentation for activerecord-3.0.0.beta1...
Installing RDoc documentation for activeresource-3.0.0.beta1...
Installing RDoc documentation for activesupport-3.0.0.beta1...
Installing RDoc documentation for thor-0.13.0...
Installing RDoc documentation for railties-3.0.0.beta1...
Installing RDoc documentation for bundler-0.9.3...
Installing RDoc documentation for rails-3.0.0.beta1...

Akcije #8

Izmjenjeno od Ernad Husremović prije više od 16 godina

bringout@ubuntu:~/.rvm/src/rvm$ rvm gem update --system

bringout@ubuntu:~/.rvm/src/rvm$ rvm gem install tzinfo builder i18n memcache-client rack rake rack-test rack-mount erubis mail text-format thor bundler

Akcije #9

Izmjenjeno od Ernad Husremović prije više od 16 godina

bringout@ubuntu:~/.rvm/src/rvm$ rvm gem install rails --pre

Akcije #12

Izmjenjeno od Ernad Husremović prije više od 16 godina

bringout@ubuntu:~/devel/rails$ sudo apt-get install libsqlite3-dev

Akcije #13

Izmjenjeno od Ernad Husremović prije više od 16 godina

bringout@ubuntu:~/devel/rails$ rvm gem install sqlite3-ruby

Akcije #14

Izmjenjeno od Ernad Husremović prije više od 16 godina

bringout@ubuntu:~/devel/rails/todo$ sudo apt-get install libssl-dev

Akcije #15

Izmjenjeno od Ernad Husremović prije više od 16 godina

rvm install 1.9.1 --reconfigure

Akcije #17

Izmjenjeno od Ernad Husremović prije više od 16 godina

bringout@ubuntu:~/devel/rails/todo$ curl -H 'Accept: application/xml' -H 'Content-type: application/xml' http://localhost:3000/projects.xml -d '<post><message>A RESTful message</message></post>' -X GET

<?xml version="1.0" encoding="UTF-8"?>
<projects type="array">
  <project>
    <body>test</body>
    <created-at type="datetime">2010-02-09T23:38:18Z</created-at>
    <id type="integer">1</id>
    <name>hello world</name>
    <updated-at type="datetime">2010-02-09T23:38:18Z</updated-at>
  </project>
</projects>

Akcije #18

Izmjenjeno od Ernad Husremović prije više od 16 godina

http://localhost:3000/projects.json

[{"body":"test","created_at":"2010-02-09T23:38:18Z","id":1,"name":"hello world","updated_at":"2010-02-09T23:38:18Z"}]
Akcije #20

Izmjenjeno od Ernad Husremović prije oko 16 godina

  • Status promijenjeno iz Dodijeljeno u Zatvoreno
Akcije

Također dostupno kao Atom PDF