astashov (Anton Astashov)

Name
Anton Astashov
Email
Website/Blog
http://astashov.net
Company
Astrology.com
Location
Russia, Krasnoyarsk
Member Since
Jun 06, 2008 (about 1 year)

Following 6 githubbers and watching 41 repositories view all →

Public Repositories (22)

  • vim-ruby-debugger

    Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)

    legend

    Last updated Fri Nov 06 02:02:20 -0800 2009

  • solutions_grid

    Ruby On Rails plugin, implementing AJAXed grid with sorting, filtering and paginating.

    legend

    Last updated Mon Oct 26 03:00:59 -0700 2009

  • fudge_form

    legend

    Last updated Sat Oct 17 23:49:12 -0700 2009

  • page_versioning

    Extension for the Radiant CMS. Allows you to save and review all changes of the pages, snippets ...

    legend

    Last updated Sun Aug 23 23:54:15 -0700 2009

  • radiant-webservices-extension

    Extension for the Radiant CMS. It adds webservices radiant tags that allows to make remote querie...

    legend

    Last updated Sun Aug 16 01:14:27 -0700 2009

  • radiant-truncate-extension

    Adds truncate tag to Radiant for truncating data within the tag.

    legend

    Last updated Sun Aug 16 00:59:18 -0700 2009

  • radiant-route-handler-extension

    RadiantCMS extension. If static page with given URL doesn't exist, it will try to open some speci...

    legend

    Last updated Sat Aug 15 23:41:28 -0700 2009

  • country_select

    Country Select Plugin with state_select helper

    legend

    Forked from rails/country_select Fri Jan 30 02:08:40 -0800 2009

    Last updated Wed May 13 22:37:55 -0700 2009

  • radiant-cache-observer

    Run script after every clear of cache

    legend

    Last updated Thu Apr 16 00:35:30 -0700 2009

  • im

    legend

    Last updated Sun Apr 05 00:10:10 -0700 2009

  • jquery-ui-tree

    Widget for jQuery UI. Adds nested expanded/collapsed tree with drag'n'drop support.

    legend

    Last updated Tue Mar 17 08:25:31 -0700 2009

  • radiant-file-content-extension

    An extension for RadiantCMS. Adds tag <r:file_content> for inserting contents of external files.

    legend

    Last updated Thu Mar 12 02:37:22 -0700 2009

  • rails_sql_views

    Fork of Rails SQL Views SVN repo.

    legend

    Last updated Wed Mar 11 01:41:15 -0700 2009

  • human_attribute_override

    Fork of Human Attribute Override plugin for Rails. The plugin allows humanized versions of attrib...

    legend

    Last updated Wed Mar 11 01:21:43 -0700 2009

  • radiant-random-number-extension

    RadiantCMS extension. Adds the tag <r:random_number> for generating random number in given range.

    legend

    Last updated Mon Mar 02 22:39:07 -0800 2009

  • radiant-date-converter-extension

    RadiantCMS extension. Adds tag <r:date_converter> for converting date from one format to another

    legend

    Last updated Mon Mar 02 22:01:00 -0800 2009

  • radiant-multi-site-extension

    An extension for Radiant CMS that lets you serve multiple sites (domains) from a single instance.

    legend

    Forked from radiant/radiant-multi-site-extension Thu Feb 19 19:46:19 -0800 2009

    Last updated Wed Feb 25 18:28:08 -0800 2009

  • radiant-scheduler-extension

    An extension for Radiant CMS that lets you specify date/times for pages to appear and expire (dis...

    legend

    Forked from radiant/radiant-scheduler-extension Tue Feb 24 02:57:51 -0800 2009

    Last updated Wed Feb 25 01:54:02 -0800 2009

  • 12_hour_time

    Fork of rails plugin that adds AM/PM time formatting to DateHelper

    legend

    Last updated Wed Jan 21 19:50:28 -0800 2009

  • selenium-on-rails

    Fork of stable version of Selenium on Rails for Rails 2.1

    legend

    Last updated Mon Jan 19 17:08:19 -0800 2009

  • qunit_test

    Generator and rake task for testing of JavaScript by QUnit

    legend

    Last updated Sun Jan 18 07:22:25 -0800 2009

  • rails_foreign_keys

    Fork of Foreign Key Schema Dumper Plugin, but only with MySQL and fixed for working with Rails 2.1

    legend

    Last updated Sun Dec 28 07:27:09 -0800 2008

Public Activity feed

astashov started watching pyromaniac/cesium Tue Nov 24 01:32:34 -0800 2009
cesium's description:
simple cms for rails
astashov started watching rstacruz/sparkup Mon Nov 23 02:40:42 -0800 2009
sparkup's description:
A parser for a condensed HTML format
astashov pushed to master at astashov/vim-ruby-debugger Fri Nov 06 02:02:21 -0800 2009
HEAD is 4d4a56df81b2b40deabdf01360e4801df35c3eab

4 commits »

astashov pushed to master at astashov/vim-ruby-debugger Wed Nov 04 18:17:32 -0800 2009
HEAD is 7e3e892d5fab5c8d956be43babe8820a2d6699e8
  • Anton Astashov committed 7e3e892d:
    Added conditional breakpoints. For setting condition to the breakpoint, move cursor on the set breakpoint and type :RdbCond condition, where condition is any ruby expression, e.g. current_user.id == 1. Conditions are displayed in the Breakpoints Window (if they are set, of course).
astashov pushed to master at astashov/vim-ruby-debugger Tue Nov 03 00:17:55 -0800 2009
HEAD is 86816b8c4d33a05cb9f4957cf33306b5b9bfc691

2 commits »

astashov pushed to master at astashov/vim-ruby-debugger Mon Nov 02 20:36:27 -0800 2009
HEAD is c094a22334310bc2a484786caf4839afebd08cf0
  • Anton Astashov committed c094a223:
    Fixed tests after moving 'var local' to ruby_debugger.rb
astashov pushed to master at astashov/vim-ruby-debugger Mon Nov 02 20:26:47 -0800 2009
HEAD is 8d0bf49ebb96714e965de2b8e072cbe4801a29ef
  • Anton Astashov committed 8d0bf49e:
    Removed getting local variables after jumping to breakpoint, now local variables are get when ruby_debugger.rb receives <breakpoint> or <suspend> responses. This way, we decrease number of requests to ruby_debugger.rb from two to one while jumping to breakpoint. This is our bottleneck, do you remember? :)
astashov created tag v0.1 at astashov/vim-ruby-debugger Mon Nov 02 06:43:49 -0800 2009
astashov pushed to master at astashov/vim-ruby-debugger Mon Nov 02 06:26:43 -0800 2009
HEAD is 784f401d429ce8b764de96bacd3792c8272bf62b
  • Anton Astashov committed 784f401d:
    Added displaying of exceptions if they were raised while executing :RdbEval
astashov pushed to master at astashov/vim-ruby-debugger Mon Nov 02 05:52:03 -0800 2009
HEAD is 58fa07bc2d5fbeeb3135ab949470173080c5a93c

2 commits »

astashov pushed to master at astashov/vim-ruby-debugger Mon Nov 02 05:43:43 -0800 2009
HEAD is 20702eb8ca9fa48806ef349de712c7228fcc5627

2 commits »

astashov started watching dnd/vim-ruby-debugger Sun Nov 01 04:28:09 -0800 2009
vim-ruby-debugger's description:
Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)
astashov deleted branch queue at astashov/vim-ruby-debugger Sun Nov 01 04:27:01 -0800 2009
Deleted branch was at astashov/vim-ruby-debugger/tree/queue
astashov pushed to master at astashov/vim-ruby-debugger Sun Nov 01 04:24:56 -0800 2009
HEAD is d2624cf33f0a682e399632c7de2bee755da62d8a

3 commits »

astashov pushed to queue at astashov/vim-ruby-debugger Sun Nov 01 04:09:33 -0800 2009
HEAD is d2624cf33f0a682e399632c7de2bee755da62d8a
  • Anton Astashov committed d2624cf3:
    Improved queue mechanism - now whole queue is sent to ruby_debugger.rb, all commands in queue are executed in ruby_debugger.rb, and then all responses are sent to vim-ruby-debugger. This way, we decrease amount of interaction by the most narrow bottleneck - sending/receiving data to/from ruby_debugger.rb
astashov pushed to queue at astashov/vim-ruby-debugger Sun Nov 01 01:46:03 -0700 2009
HEAD is 5176d1d44171e1a3acb9cf73d53a1a5e381ca25e
  • Anton Astashov committed 5176d1d4:
    Changed all send_messages to adding to queue and then executing all messages in the queue
astashov created branch queue at astashov/vim-ruby-debugger Sun Nov 01 01:19:56 -0700 2009
astashov pushed to metis at astashov/solutions_grid Mon Oct 26 03:00:59 -0700 2009
HEAD is 11606304af501bffa8f51d262743798d47db0f16
  • Anton Astashov committed 11606304:
    Fixed counting of grouped items
astashov pushed to metis at astashov/solutions_grid Mon Oct 19 03:40:26 -0700 2009
HEAD is 6366c4ae9869aec6971421101b5a248532c59f7f
  • Anton Astashov committed 6366c4ae:
    Added possibility to use IN() instead of = in SQL queries if value is an array
astashov pushed to metis at astashov/solutions_grid Sun Oct 18 23:04:27 -0700 2009
HEAD is c057365076122c87b7a7667645e81670daef740c
  • Anton Astashov committed c0573650:
    Added resetting 'ids' filter by checking/unchecking 'limited' checkbox
astashov pushed to metis at astashov/solutions_grid Sun Oct 18 00:00:23 -0700 2009
HEAD is 2360c6dd208f84017d869875d0fe3eb8f2f0fe94
  • Anton Astashov committed 2360c6dd:
    Fixed filtering by wrong date
astashov pushed to master at astashov/fudge_form Sat Oct 17 23:49:12 -0700 2009
HEAD is c1a71c8e48fd6013a71c70c4d141120d95581a18
  • Anton Astashov committed c1a71c8e:
    Added date_format_select helper
astashov pushed to metis at astashov/solutions_grid Sat Oct 17 23:48:22 -0700 2009
HEAD is 153d7d55faced2728258997b198c6d7cba05bf4a
  • Anton Astashov committed 153d7d55:
    Added supporting of different user's date formats
astashov pushed to master at astashov/fudge_form Sat Oct 17 06:23:54 -0700 2009
HEAD is 90860a29a7a16cb1ba7ffc9bae6147e6ac561102
  • Anton Astashov committed 90860a29:
    Added one more sun sign to 'signs' select tag - Overview
astashov started watching DmitryBaranovskiy/raphael Tue Oct 06 23:22:16 -0700 2009
raphael's description:
JavaScript Vector Library
astashov updated gist: 113972 Sun Oct 04 21:29:34 -0700 2009
Organizational Principles of CSS and JS in Rails === Framework requirements
astashov created gist: 201875 Sun Oct 04 21:28:59 -0700 2009
FAQ for CSS Framework (http://gist.github.com/113972) 1. How are you using the "classes" var in ...
astashov created gist: 201874 Sun Oct 04 21:28:32 -0700 2009
FAQ for CSS Framework (http://gist.github.com/113972) 1. How are you using the "classes" var in ...
astashov created gist: 201871 Sun Oct 04 21:26:17 -0700 2009
# == css_js_generator # # It generates one big file from all CSS and from all JS small files. It
astashov updated gist: 113972 Wed Sep 30 17:39:24 -0700 2009
Organizational Principles of CSS and JS in Rails === Framework requirements
astashov updated gist: 113972 Wed Sep 30 17:38:12 -0700 2009
Organizational Principles of CSS and JS in Rails === Framework requirements
astashov updated gist: 113972 Wed Sep 30 17:36:57 -0700 2009
Organizational Principles of CSS and JS in Rails === Framework requirements
astashov updated gist: 113972 Wed Sep 30 17:35:54 -0700 2009
Organizational Principles of CSS and JS in Rails === Framework requirements