<    March 2010    >
Su Mo Tu We Th Fr Sa
    1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
00:30 libertiy joined
00:32 fool__ joined
00:32 fool__ joined
01:33 hobodave joined
01:36 hobodave joined
03:38 fool_ joined
03:39 fool_ joined
04:54 johannes_ joined
05:01 jfritsch joined
05:01 jfritsch joined
05:10 jomz joined
05:25 libertiy joined
05:59 <jfritsch> How would i let a designer design a radiant cms without giving him ftp/sftp access? How can he upload design image elements?
06:07 seancribbs joined
06:16 hardy_ joined
06:20 jomz joined
06:24 jfritsch joined
07:07 jfritsch joined
07:09 seancribbs joined
07:51 libertiy joined
08:05 <jfritsch> Can i use paperclipped to attach image assets to a stylesheet?
08:16 <john__m> jfritsch: sure
08:16 martins left
08:18 jfritsch joined
08:18 <jfritsch> john_m: And when i want to host on heroku, i even have to use something like paperclipped
08:19 <john__m> yep just point it at s3 instead of the local file system
08:24 <jfritsch> damn ;-)
08:24 <jfritsch> I ordered a credit card yesterday
08:24 <jfritsch> heroku is the first time that i really need one
08:25 <jfritsch> Now S3 is also credit card only ...
08:28 hardy_ joined
08:30 cro joined
08:48 <jfritsch> Can i get the url to an asset (in paperclipped) instead of the entire img-tag?
08:57 <jfritsch> Found it myself -> <r:assets:url title="xxx" />
09:02 hardy_ joined
09:32 cro joined
09:37 avonderluft joined
09:53 avonderluft joined
10:11 GitHub72 joined
10:11 <GitHub72> radiant: i18n Keith Bingman * 8ecc939 (0 files in 0 dirs): added custom dataset - http://bit.ly/d9nN1r
10:11 GitHub72 left
10:15 imajes joined
10:20 hobodave joined
10:32 seancribbs joined
10:35 fool__ joined
10:35 fool__ joined
11:24 john__m joined
11:38 jomz joined
11:41 GitHub180 joined
11:41 <GitHub180> radiant: i18n Keith Bingman * bb14969 (3 files in 3 dirs): fixed some merge errors in index pages - http://bit.ly/aUK2vd
11:41 GitHub180 left
11:49 <jomz> hey guys
11:49 <jomz> how again do i run specs for one extension?
11:54 GitHub93 joined
11:54 <GitHub93> radiant: i18n Jim Gay * 716abfd (1 files in 1 dirs): fix unfinished merge
11:54 <GitHub93> radiant: i18n Jim Gay * a1aeaa5 (2 files in 2 dirs): merging
11:54 <GitHub93> radiant: i18n Jim Gay * 1627f60 (0 files in 0 dirs): fixing page node
11:54 <GitHub93> radiant: i18n commits bb14969...1627f60 - http://bit.ly/ajXG7w
11:54 GitHub93 left
12:14 <john__m> jomz: rake spec:extensions EXT=ext_name
12:15 <jomz> thanks john
12:15 <john__m> no problem. i actually just discovered that recently myself
12:16 yogi1984 joined
12:16 <yogi1984> Hi!
12:17 <yogi1984> How can i hide the entire administration (/admin*) in production environment?
12:17 GitHub75 joined
12:17 <GitHub75> radiant: i18n Jim Gay * 004305c (1 files in 1 dirs): fix layout form - http://bit.ly/dlawxl
12:17 GitHub75 left
12:17 <seancribbs> yogi1984: deny access to it via the web server
12:17 <seancribbs> using rewrite rules
12:17 <seancribbs> or <Location> in apache
12:17 <yogi1984> Not possible as it is hostet on heroku
12:17 <yogi1984> *d
12:18 <seancribbs> hmm
12:20 <john__m> yogi1984: there may be some middleware out there that can do redirects
12:21 <yogi1984> Is an extension aware of the environment mode?
12:21 <yogi1984> Probably this could be easily written as an extension
12:23 <seancribbs> yogi1984: yes, you could easily write that in an extension
12:23 <yogi1984> There isn't something like a FrontController in Rails, right?
12:23 <seancribbs> Rack Middleware
12:23 <yogi1984> A single point where every request comes around
12:23 <yogi1984> What is rack middleware and can it be used on heroku?
12:24 <yogi1984> Okay, found it
12:24 <yogi1984> But can it be used on heroku?
12:25 GitHub89 joined
12:25 <GitHub89> radiant: i18n Jim Gay * 41d4be7 (1 files in 1 dirs): fixed snippet form - http://bit.ly/aOurtm
12:25 GitHub89 left
12:26 <seancribbs> you add it in environment.rb, just like the Radiant::Cache entry
12:26 <seancribbs> or in the extension
12:26 <seancribbs> config.middleware.use :DontShowAdmin
12:27 <seancribbs> you could even put it in config/environments/production.rb if you want it only to run in production
12:27 <yogi1984> Sounds nice
12:27 <yogi1984> I will watch the screen casts, thx
12:32 <john__m> anybody have a better reference for setting up a ruby environment than http://www.ruby-lang.org/en/downloads/ ?
12:42 GitHub171 joined
12:42 <GitHub171> radiant: i18n Jim Gay * a3d49a2 (3 files in 3 dirs): fixing page fields, removing rerun.txt from gitignore so I don't go crazy with cucumber - http://bit.ly/a1yPlC
12:42 GitHub171 left
12:46 fool_ joined
12:46 fool_ joined
12:48 <john__m> yogi1984: i updated the wiki with instructions for installing edge on the new heroku bamboo ree-1.8.7 stack which seems to be a heck of alot faster than the aspen 1.8.6 stack
12:48 <john__m> http://wiki.github.com/radiant/radiant/installing-on-heroku
12:51 <yogi1984> Nice, really nice, john_m!
12:52 <john__m> probably would have been more helpful yesterday but better late than never i guess
12:53 <yogi1984> I learned a lot by trying to figure it out :-)
12:53 <yogi1984> Hope to be a radiant/rails/ruby pro by the end of the month :-D
12:53 <john__m> heroku has some docs for migrating an existing app to bamboo if you want to move your app over http://docs.heroku.com/bamboo
12:57 <yogi1984> My company pays me for the rest of the month to find out if radiant, heroku and amazon s3 is a possibility for our clients websites
12:58 <yogi1984> So i will be around a lot if you won't ban me from the chan ;-)
13:04 <john__m> i don't think anyone has ever been banned or even booted from this channel as long as i've been on it. so i wouldn't worry too much i think the radiant community is pretty easy going
13:05 GitHub91 joined
13:05 <GitHub91> radiant: master Jim Gay * 14d1420 (1 files in 1 dirs): stub for credits - http://bit.ly/b8EQ0O
13:05 GitHub91 left
13:05 <john__m> except for seancribbs who is a hot head constantly going nuts :)
13:05 <seancribbs> haha
13:06 <yogi1984> He should be aware that this is not healthy
13:06 <seancribbs> you'll only be banned if you act like a jerk
13:07 <seancribbs> that rarely happens
13:10 <yogi1984> We will see about that at the end of the month ;-)
13:10 <yogi1984> How can i setup the middleware from within an extension?
14:53 <yogi1984> radiant has no lib folder
14:54 <yogi1984> Where can i place things like a middleware code file?
14:58 cro joined
15:38 cga joined
15:39 cga left
16:22 libertiy joined
16:27 <yogi1984> Okay, i added an extension for that
16:27 <yogi1984> But how can i register my middleware inside the extension? config is not accessible from activate
16:39 seancribbs joined
16:41 avonderluft1 joined
18:17 jfritsch joined
18:55 imajes joined
19:01 saturnflyer joined
19:52 GitHub138 joined
19:52 <GitHub138> radiant: master Jim Gay * ec4756a (1 files in 1 dirs): spec for locale_paths
19:52 <GitHub138> radiant: master Jim Gay * 7c27646 (1 files in 1 dirs): load RADIANT_ROOT and RAILS_ROOT for locales
19:52 <GitHub138> radiant: master commits e5cee6a...7c27646 - http://bit.ly/av9ujS
19:52 GitHub138 left
20:22 GitHub132 joined
20:22 <GitHub132> radiant: master Jim Gay * 168074c (0 files in 0 dirs): more specs for locales - http://bit.ly/9RHukV
20:22 GitHub132 left
20:57 saturnflyer joined
20:59 <saturnflyer> I'm about to commit a change to only load English translations by default. Anyone have a reason why not?
21:23 GitHub24 joined
21:23 <GitHub24> radiant: master Jim Gay * 05089eb (1 files in 1 dirs): update contributors
21:23 <GitHub24> radiant: master Jim Gay * 39ba7b6 (10 files in 10 dirs): load only English translations by default since others are incomplete; add select.default option
21:23 <GitHub24> radiant: master Jim Gay * da35bc1 (1 files in 1 dirs): sync locale
21:23 <GitHub24> radiant: master Jim Gay * a08ce3e (2 files in 2 dirs): show example extension_config in generated extensions
21:23 <GitHub24> radiant: master commits 168074c...a08ce3e -
21:23 GitHub24 left
21:54 GitHub57 joined
21:54 <GitHub57> radiant: 0.8.2 Jim Gay * 476baca (2 files in 2 dirs): <r:date for='now' /> renders in Time.zone.now. Closes #79 -
21:54 GitHub57 left
23:52 fool__ joined