Files
ponzi/laravel
Jakobud 433318181b In the call() method, the exception wasn't being thrown if only 1 or more than 2 arguments were passed to the method. Fixed conditional statement to only accept exactly 2 arguments.
In the route() method, URI::current() was evaluating as '/' in all situations. It was never evaluating as the route that you specified when executing the command. This could be part of a larger underlying bug with Symfony's HttpFoundation\Request class. It might be a band-aid fix, but replacing URI::current() with $_SERVER['REQUEST_URI'] allows the method to run the correct route.
These fixes uncovered what I believe is potentially another bug. When var_dump($route->response()) is run, "NULL" and a newline is appended to the output. It's something to do with var_dump(), as echo $route->response() echo's the correct output without the extra "NULL".

Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
2012-07-26 16:00:46 -06:00
..
2012-07-10 11:03:55 -04:00
2012-04-10 22:36:20 -05:00
2012-05-02 16:52:55 -05:00
2012-06-10 10:13:56 -04:00
2012-05-02 16:51:52 -04:00
2012-05-29 17:00:23 -05:00
2012-06-03 17:37:46 -05:00
2012-06-03 17:44:53 -05:00
2012-06-04 09:04:20 -05:00
2012-05-11 15:32:28 -05:00
2012-03-23 22:54:09 -05:00
2012-06-20 16:18:16 +03:00
2012-02-23 14:02:59 -06:00
2012-05-12 18:28:45 +02:00
2012-07-11 10:18:48 -05:00
2012-05-30 08:41:03 -05:00
2012-03-22 15:11:19 -05:00
2012-03-21 11:38:30 -05:00
2012-04-10 11:37:38 -05:00
2012-05-03 08:37:52 -05:00
2012-05-03 08:28:40 -05:00
2012-07-11 10:30:44 -05:00