Jean-Christophe Michel | 1 Aug 2005 13:56
Favicon

Re: Re: Rails <-> BC conversion

Jeff Lindsay wrote:
> Also take a look at Nitro, another big Ruby framework. It's not as
> popular as Rails, but I believe it's designed much better. It's also
> somewhat Rails compatible and integrates with other frameworks in
> Ruby. It's model package, Og, is a lot better than ActiveRecord and
> takes much better advantage of the Ruby language.

Just having a look onto http://nitrohq.com/view/Og_tutorial
I don't share your admiration. I think the great idea in ActiveRecord is
to use definition made in SQL, so no column def need to appear in class
code.

--

-- 
Jean-Christophe Michel
_______________________________________________
dev mailing list
dev@...
http://lists.binarycloud.com/mailman/listinfo/dev

alex black | 1 Aug 2005 21:45

Re: Re: Rails <-> BC conversion

hi jeff,

I don't share your admiration of Nitro either. It's not very well 
designed and the documentation is poor. There's a very good reason why 
the rails list gets a couple hundred messages a day ;)

best,

_alex

On Aug 1, 2005, at 4:56 AM, Jean-Christophe Michel wrote:

> Jeff Lindsay wrote:
>> Also take a look at Nitro, another big Ruby framework. It's not as
>> popular as Rails, but I believe it's designed much better. It's also
>> somewhat Rails compatible and integrates with other frameworks in
>> Ruby. It's model package, Og, is a lot better than ActiveRecord and
>> takes much better advantage of the Ruby language.
>
> Just having a look onto http://nitrohq.com/view/Og_tutorial
> I don't share your admiration. I think the great idea in ActiveRecord 
> is
> to use definition made in SQL, so no column def need to appear in class
> code.
>
> -- 
> Jean-Christophe Michel
> _______________________________________________
> dev mailing list
> dev@...
(Continue reading)

Jason Hines | 3 Aug 2005 16:22

RoR RBAC


Alex,
Perhaps binarycloud should set up a separate list, perhaps a trac 
dedicated to the efforts of developing an RBAC implementation for RoR.

I learn towards having it named ActiveRoles or ActionUser, but 
RBACOnRails is ok too. =)

I've noticed some continued interest on this topic, with more people 
offering contribution.  I think if someone starts the ball, it will roll.

Jason
_______________________________________________
dev mailing list
dev@...
http://lists.binarycloud.com/mailman/listinfo/dev

alex black | 3 Aug 2005 20:12

[ANN] ActiveRBAC for Rails

> Alex,
> Perhaps binarycloud should set up a separate list, perhaps a trac 
> dedicated to the efforts of developing an RBAC implementation for RoR.
>
> I learn towards having it named ActiveRoles or ActionUser, but 
> RBACOnRails is ok too. =)
>
> I've noticed some continued interest on this topic, with more people 
> offering contribution.  I think if someone starts the ball, it will 
> roll.

Gak, sorry I forgot to mention it here:

Manuel has hacked up an RBAC implementation for rails that is already a 
functional component, though obviously very early.

Anyone who would like access to the trac install, please contact me 
off-list to request a login.

The project is rolling, we may end up with a very serious, incredibly 
system quite fast since there is some other supporting code :)

so, the details:

ActiveRBAC
User system for rails with RBAC
first alpha is in subversion
https://activerbac.turingstudio.com

_alex
(Continue reading)

Jamie Scott | 16 Aug 2005 10:58
Picon

Fatal error


I just downloaded the latest version of binarycloud but once I try and 
view the test site I get the error.

*Fatal error*: Maximum execution time of 30 seconds exceeded in 
*/Users/jamiescott/Sites/binarycloud/binarycloud/exception/Exception.php* 
on line *163

I read somwhere that I should try

"*

>/ Could you try with echo logger enabled ? (do this in conf/ 
/>>/ log.conf.xml
/>>/ by changing/

*"

I enabled this but the page doen't echo any errors just the above 
message. Does anyone know the cause of the problem?

thanks
*
_______________________________________________
dev mailing list
dev@...
http://lists.binarycloud.com/mailman/listinfo/dev

Jamie Scott | 16 Aug 2005 11:23
Picon

[Fwd: Re: Fatal error]

Jamie Scott wrote:

>
> I just downloaded the latest version of binarycloud but once I try and 
> view the test site I get the error.
>
>
> *Fatal error*: Maximum execution time of 30 seconds exceeded in 
> */Users/jamiescott/Sites/binarycloud/binarycloud/exception/Exception.php* 
> on line *163
>
>
> I read somwhere that I should try
>
> "*
>
>> / Could you try with echo logger enabled ? (do this in conf/ 
>
> />>/ log.conf.xml
> />>/ by changing/
>
> *"
>
> I enabled this but the page doen't echo any errors just the above 
> message. Does anyone know the cause of the problem?
>
> thanks
> *
>
I managed to work the problem out ... I needed to set the tmp dir 
(Continue reading)

jcm | 16 Aug 2005 12:59
Favicon

Re: [Fwd: Re: Fatal error]


Le 16 août 05, à 11:23, Jamie Scott a écrit :

>> I enabled this but the page doen't echo any errors just the above 
>> message. Does anyone know the cause of the problem?
>>
>> thanks
>> *
>>
> I managed to work the problem out ... I needed to set the tmp dir 
> recursivly to 777
>
> Now I just get
>
>
> (NOTICE) [Log.php/72] Logger 
> `binarycloud/log/loggers/JavascriptLogger.php` exists in configuration 
> but is disabled.
> Should I be seeing a demo site instead? Now what is the issue?

Hi,

This is the echo logging output. Try removing it once there is no more 
fatal error.

_______________________________________________
dev mailing list
dev@...
http://lists.binarycloud.com/mailman/listinfo/dev

(Continue reading)

Jamie Scott | 16 Aug 2005 13:21
Picon

Re: [Fwd: Re: Fatal error]

jcm wrote:

>
> Le 16 août 05, à 11:23, Jamie Scott a écrit :
>
>>> I enabled this but the page doen't echo any errors just the above 
>>> message. Does anyone know the cause of the problem?
>>>
>>> thanks
>>> *
>>>
>> I managed to work the problem out ... I needed to set the tmp dir 
>> recursivly to 777
>>
>> Now I just get
>>
>>
>> (NOTICE) [Log.php/72] Logger 
>> `binarycloud/log/loggers/JavascriptLogger.php` exists in 
>> configuration but is disabled.
>> Should I be seeing a demo site instead? Now what is the issue?
>
>
> Hi,
>
> This is the echo logging output. Try removing it once there is no more 
> fatal error.
>
> _______________________________________________
> dev mailing list
(Continue reading)

Jean-Christophe Michel | 16 Aug 2005 16:17
Favicon

Re: [Fwd: Re: Fatal error]

Jamie Scott wrote:
> 
> Does this mean that when I turn the logging off, I should just see a
> blank page when I view /testsite/index.php ?

Certainly not! you should see sthg like
http://testsite.binarycloud.com/

Can you post the last lines of your echo logging ?
Please tell the system, os, you're using.
--

-- 
Jean-Christophe Michel
_______________________________________________
dev mailing list
dev@...
http://lists.binarycloud.com/mailman/listinfo/dev

Jamie Scott | 16 Aug 2005 16:29
Picon

Re: [Fwd: Re: Fatal error]

Jean-Christophe Michel wrote:
Jamie Scott wrote:
Does this mean that when I turn the logging off, I should just see a blank page when I view /testsite/index.php ?
Certainly not! you should see sthg like http://testsite.binarycloud.com/ Can you post the last lines of your echo logging ? Please tell the system, os, you're using.
i'm using mamp on osx

these are the versions

  • latest binarycloud via subversion
  • Apache Version: 2.0.54
  • MySQL Version: 4.1.12
  • PHP Version: 4.4
  • eAccelerator: 0.9.3
  • Zend Optimizer: 2.5.10
  • phpMyAdmin 2.6.3-pl1
  • SQLite Version: 2.8.14
  • Freetype Version: 2.1.9
  • t1lib Version: 5.1.0
  • bzip2 Version: 1.0.3
  • curl Version: 7.14.0
  • jpeg Version: 6b
  • libpng Version: 1.2.5
  • gd Version: 2.0.28

the errors I get are

(NOTICE) [Log.php/72] Logger `binarycloud/log/loggers/JavascriptLogger.php` exists in configuration but is disabled.
(NOTICE) [Log.php/72] Logger `binarycloud/log/loggers/FileLogger.php` exists in configuration but is disabled.
(NOTICE) [Log.php/72] Logger `binarycloud/log/loggers/MailLogger.php` exists in configuration but is disabled.
(DEBUG) [Project.php/271] Setting ini var `error_reporting` to `2047`
(NOTICE) [Session.php/79] Starting session `PHPSESSID`.
(WARNING) [Session.php/233] Trying to retrieve unset session variable `binarycloud.i18n.State`.
(DEBUG) [I18n.php/90] No lang in uri or session, client browser preferred lang used: `en`.

and then a blank page.

thanks
_______________________________________________
dev mailing list
dev@...
http://lists.binarycloud.com/mailman/listinfo/dev

Gmane