Commit Graph
11 Commits
Author SHA1 Message Date
Pavel Puchkin bee0153e3b Fix russian translation for 'exists' validation rule 2013-05-15 18:04:47 +12:00
Pavel Puchkin f2f1d4d173 Return $this in set_attribute 2013-05-08 20:11:44 +10:00
Pavel Puchkin 3a46721eca Even more fluent eloquent model via magic setters
Now it is possible to use Eloquent's magic setters in chains. For example:

    $model->set_foo('foo')->take(10)->set_bar(some_function());
    // ...even though setters 'foo' and 'bar' are not defined on the model
2013-05-08 18:28:22 +11:00
Pavel Puchkin 641ac8d69c Access foreign property in Belongs_To through a getter 2013-05-08 11:39:51 +11:00
Pavel Puchkin bc6b786973 Exit with non-zero if command fails, useful in scripting and CI 2013-03-29 12:27:09 +11:00
Pavel Puchkin 0d99d13298 Ability to flush file-based cache storage 2013-03-29 11:02:26 +11:00
Pavel Puchkin a0c2adecdc One more fix - wrong property name 2013-03-12 16:16:45 +11:00
Pavel Puchkin cf9013403b Syntax fix for PHP 5.3 (#1690) 2013-03-12 16:09:16 +11:00
Pavel Puchkin 9003957b28 One more fix about custom query grammar 2013-02-18 15:18:10 +11:00
Pavel Puchkin a2cafaa367 Fix bug in ANBU that cause wrong total time showing on Queries tab
When query time is larger than one second 'array_sum' cannot convert it
to float right. Also, it is better to fire 'laravel.query' event with
raw time as an argument rather than its string representation
2013-02-01 11:10:02 +11:00
Pavel Puchkin 77679a5659 Respect LARAVEL_ENV variable
Laravel **should** respect `LARAVEL_ENV` variable when running through CLI
2013-01-07 01:20:46 +11:00