active_model_serializers/lib
Eric Guo f93a7e8b41 need lookahead match for windows file path contain 'c:/git/'
So we will got full file path instead of only c if caller.first is: c:/git/emberjs/ember-crm-backend/app/serializers/lead_serializer.rb:1:in `<top (required)>'

CALLER_FILE = /
  /A # start of string
  \S+ # one or more non-spaces
  (?= # stop previous match when
    :\d+:in # a colon is followed by one or more digits
               # followed by a colon followed by in
   )
/x

credit from https://gist.github.com/mikezter/540132 and @bf4
2015-08-18 09:52:34 +08:00
..
action_controller Remove unused controller rescue_with_handler 2015-07-23 11:06:11 -05:00
active_model need lookahead match for windows file path contain 'c:/git/' 2015-08-18 09:52:34 +08:00
generators/serializer fix generators template bug 2015-06-30 18:16:27 +09:00
active_model_serializers.rb only require railtie if Rails is present 2015-07-31 12:51:57 -07:00