05:22
<GitHub89>
radiant: master John W. Long * d3531f9 (1 files in 1 dirs): code formatting tweaks in admin_ui.rb -
http://bit.ly/daWi1e
06:39
<libertiy>
hi anyone active here :P
07:56
<libertiy>
what would be the best way to update radiant each time? with submodules you can do submodule update or somethign but what about the core? and modifications you make like translations ( stored in app/ would be saves and not overwritten i guess )
08:54
<rdeshpande>
hey guys
08:54
<rdeshpande>
is there a way to do facebook-style photo galleries in radiant?
08:59
<john__m>
rdeshpande: i have no idea what a facebook-style photo gallery is but i would guess it's possible to do with radiant
09:00
<john__m>
after all photo galleries aren't rocket science
09:10
<rdeshpande>
you mean rocket surgery
09:11
<rdeshpande>
looks like it's very doable using the 'simple' sample layout that comes with the radiant gallery extension
09:45
<libertiy>
whats the best way to install the radiant app?
09:45
<libertiy>
just git clone radiant_url.git radiant ?
10:44
<datafirm>
Do I need to run a migrate script or another update script when radiant is updated? Im running on Edge and am getting this error.
10:59
<john__m>
datafirm: rake radiant: update and rake db:migrate should do it
11:00
<datafirm>
john__m: I think I've tried those twice now. I'll try again.
11:02
<john__m>
err no space in radiant:update obviously
11:03
<datafirm>
john__m: Yes, I know. What I was running was rake production db:migrate
11:03
<datafirm>
which did not do the trick.. leaving out produciton seems to have added the tables/fields I needed!
11:04
<john__m>
yeah you need to run the migrations on the database you bootstrapped
11:05
<datafirm>
john__m: Interesting, I've been running the site on production, but all these migrations just run under dev.
11:06
<datafirm>
john__m: The error still persists. after the migration.
11:08
<datafirm>
anything else I could be missing? It states there locale on User object.
11:09
<john__m>
dunno. i just updated an app to the latest master and didn't have any issue.
11:09
<john__m>
do you have any extensions installed?
11:10
<datafirm>
john__m: I've been using this up on edge and everything was fine until this last update.
11:11
<datafirm>
Yes, I have a few extensions installed.. but it seems there is supposed to be a locale field on the User model now?
11:11
<john__m>
try disabling all the extensions and see if the error persist
11:12
<datafirm>
john__m: just by moving them out of the folder, or is there a better way?
11:12
<john__m>
yep just move them out of vendor/extensions
11:12
<john__m>
no need to undo migrations or anything
11:12
<datafirm>
locale field on user table
11:16
<datafirm>
john__m: The issue still persists after moving the extensions folder to the side.
11:16
<datafirm>
It appears there is a migration that's not running.
11:17
<datafirm>
but the latest migration was in Oct, 09..
11:19
<john__m>
does rake RAILS_ENV=production db:migrate do anything different than rake production db:migrate?
11:19
<john__m>
i can't imagine why it would but i'm out of ideas
11:21
<datafirm>
john__m: I'll try..that.. but I think there is something else happening.
11:22
<datafirm>
john__m: ^^ It DID do something different. weird.
11:22
<datafirm>
do you always run your sites in dev mode?
11:24
avonderluft1 joined
11:26
<john__m>
i usually just set the dev and production databases to the same thing and forget about it
11:27
<john__m>
the difference doesn't make sense to me with radiant
11:28
<datafirm>
john__m: just extra calls debug info from Rails?
11:29
<datafirm>
The site is live now.. thanks for the help, BTW>
12:29
avonderluft1 joined
12:43
avonderluft1 joined
15:15
<GitHub183>
radiant: master Keith * 0e499ba (2 files in 2 dirs): added specs to check for failed Tab translations (issue 99)
15:15
<GitHub183>
radiant: master Keith * bea51d3 (2 files in 2 dirs): Merge branch 'master' of github.com:radiant/radiant
16:30
avonderluft1 joined
19:33
<GitHub113>
radiant: master Josh French * d66bd18 (1 files in 1 dirs): Correct admin ui spec
19:33
<GitHub113>
radiant: master Josh French * 3ab6414 (2 files in 2 dirs): Refactor default page parts. Open this to extension without overriding Page#new_with_defaults.
19:33
<GitHub113>
radiant: master Josh French * 44ba4d4 (2 files in 1 dirs): Quiet some syntax warnings