* [sisyphus] I: RoR 2.0.2
@ 2008-01-08 2:01 Alexey I. Froloff
2008-01-08 9:00 ` Serge
0 siblings, 1 reply; 7+ messages in thread
From: Alexey I. Froloff @ 2008-01-08 2:01 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 1016 bytes --]
Только что в Сизиф отправлено Ruby on Rails версии 2.0.2. Не
думаю, что кто-то пользуется дистрибутивной сборкой, но на всякий
случай перед обновлением советую прочитать
http://weblog.rubyonrails.org/2007/12/17/rails-2-0-2-some-new-defaults-and-a-few-fixes
У этой сборки дефолт изменён на sqlite2, потому как sqlite3-ruby
у нас просто не собран ;-)
Все адаптеры от ActiveRecord (все четыре ;-) вынесены в
отдельные пакеты ruby-activerecord-*-adapter. Так что не
забываем доустанавливать необходимое. От них никто не зависит,
но в тексте exception'а будет рекомендация по установке пакета.
Вычищены практически все "статические" модули, которые лежали в
*/vendor/, вместо них используются системные (которые я тоже
запакетил). Прошу проверять совместимость.
Ну и как обычно, rubygems эта сборка не требует, но и не должна
ломаться при их наличии. Пакет ruby-rails нужен для разработки,
на production хватит только ruby-railties.
Удачного рельсоездения ;-)
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] I: RoR 2.0.2
2008-01-08 2:01 [sisyphus] I: RoR 2.0.2 Alexey I. Froloff
@ 2008-01-08 9:00 ` Serge
2008-01-08 10:47 ` Alexey I. Froloff
0 siblings, 1 reply; 7+ messages in thread
From: Serge @ 2008-01-08 9:00 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Alexey I. Froloff пишет:
> Удачного рельсоездения ;-)
>
>
Как показала практика, лучше все таки устанавливать только руби (+ либы)
а остальное gem install ...
Но за проделаную работу все равно огромное спасибо :)
> ------------------------------------------------------------------------
>
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/sisyphus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] I: RoR 2.0.2
2008-01-08 9:00 ` Serge
@ 2008-01-08 10:47 ` Alexey I. Froloff
2008-01-08 11:07 ` Mikhail Gusarov
0 siblings, 1 reply; 7+ messages in thread
From: Alexey I. Froloff @ 2008-01-08 10:47 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 461 bytes --]
* Serge <serg-e@> [080108 11:58]:
> > Удачного рельсоездения ;-)
> Как показала практика, лучше все таки устанавливать только руби (+ либы)
> а остальное gem install ...
С rubygems есть одна маленькая проблема. В какой $prefix он
встал, в такой и будет ставить gem'ы. Это относится и к
$prefix/bin тоже, т.е. может покоцать файлы от пекетов.
Надо будет на досуге попробовать заставить ходить его только в
/uar/local/...
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] I: RoR 2.0.2
2008-01-08 10:47 ` Alexey I. Froloff
@ 2008-01-08 11:07 ` Mikhail Gusarov
2008-01-08 14:58 ` Alexey I. Froloff
0 siblings, 1 reply; 7+ messages in thread
From: Mikhail Gusarov @ 2008-01-08 11:07 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Twas brillig at 13:47:18 08.01.2008 UTC+03 when Alexey I. Froloff did gyre and gimble:
AIF> С rubygems есть одна маленькая проблема. В какой $prefix он
AIF> встал, в такой и будет ставить gem'ы.
FYI: в Debian rubygems запатчен и ставится в /usr, а вот гемы кладёт в
/var/lib/gems/X.Y или что-то похожее.
--
JID: dottedmag@jabber.dottedmag.net
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] I: RoR 2.0.2
2008-01-08 11:07 ` Mikhail Gusarov
@ 2008-01-08 14:58 ` Alexey I. Froloff
2008-01-08 15:04 ` Alexey I. Froloff
2008-01-08 16:06 ` Mikhail Gusarov
0 siblings, 2 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2008-01-08 14:58 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 334 bytes --]
* Mikhail Gusarov <dottedmag@> [080108 14:08]:
> FYI: в Debian rubygems запатчен и ставится в /usr, а вот гемы кладёт в
> /var/lib/gems/X.Y или что-то похожее.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448639
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458987
Но принцип именно такой.
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] I: RoR 2.0.2
2008-01-08 14:58 ` Alexey I. Froloff
@ 2008-01-08 15:04 ` Alexey I. Froloff
2008-01-08 16:06 ` Mikhail Gusarov
1 sibling, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2008-01-08 15:04 UTC (permalink / raw)
To: ALT Linux Sisyphus discussion list
[-- Attachment #1: Type: text/plain, Size: 170 bytes --]
* Alexey I. Froloff <raorn@> [080108 17:59]:
> Но принцип именно такой.
Вдогонку: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405789
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] I: RoR 2.0.2
2008-01-08 14:58 ` Alexey I. Froloff
2008-01-08 15:04 ` Alexey I. Froloff
@ 2008-01-08 16:06 ` Mikhail Gusarov
1 sibling, 0 replies; 7+ messages in thread
From: Mikhail Gusarov @ 2008-01-08 16:06 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
Twas brillig at 17:58:52 08.01.2008 UTC+03 when Alexey I. Froloff did gyre and gimble:
>> FYI: в Debian rubygems запатчен и ставится в /usr, а вот гемы кладёт в
>> /var/lib/gems/X.Y или что-то похожее.
AIF> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448639
AIF> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458987
AIF> Но принцип именно такой.
Ага, по этим граблям там уже с питоном находились, и в конце концов
решили .egg-info в пакеты складывать. Возможно, тут что-нибудь похожее
поможет.
--
JID: dottedmag@jabber.dottedmag.net
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-01-08 16:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-08 2:01 [sisyphus] I: RoR 2.0.2 Alexey I. Froloff
2008-01-08 9:00 ` Serge
2008-01-08 10:47 ` Alexey I. Froloff
2008-01-08 11:07 ` Mikhail Gusarov
2008-01-08 14:58 ` Alexey I. Froloff
2008-01-08 15:04 ` Alexey I. Froloff
2008-01-08 16:06 ` Mikhail Gusarov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git